properties_core {calendar}R Documentation

The key 'properties' that are allowed in ical files

Description

The key 'properties' that are allowed in ical files

Usage

properties_core

Format

An object of class list of length 4.

Examples

properties_core = list(
"UID"="UID",
"DTSTART"="DTSTART",
"DTEND"="DTEND",
"SUMMARY"="SUMMARY"
)

[Package calendar version 0.0.1 Index]