ic_attributes_vec {calendar} | R Documentation |
Extract attributes from ical text
Description
Extract attributes from ical text
Usage
ic_attributes_vec(
x = NULL,
ic_attributes = c(BEGIN = "VCALENDAR", PRODID = "ATFutures/calendar", VERSION =
"2.0", CALSCALE = "GREGORIAN", METHOD = "PUBLISH")
)
Arguments
x |
Lines read-in in from an iCal file |
ic_attributes |
Calendar attributes, e.g. as provided by |
Examples
ic_attributes_vec() # default attributes (can be changed)
ic_attributes_vec(ical_example)
[Package calendar version 0.1.0 Index]