calendar (version 0.0.1)

properties_core: The key 'properties' that are allowed in ical files

Description

The key 'properties' that are allowed in ical files

Usage

properties_core

Arguments

Format

An object of class list of length 4.

Examples

Run this code
# NOT RUN {
properties_core = list(
"UID"="UID",
"DTSTART"="DTSTART",
"DTEND"="DTEND",
"SUMMARY"="SUMMARY"
)
# }

Run the code above in your browser using DataLab