Learn R Programming

calendar (version 0.2.0)

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
properties_core = list(
"UID"="UID",
"DTSTART"="DTSTART",
"DTEND"="DTEND",
"SUMMARY"="SUMMARY"
)

Run the code above in your browser using DataLab