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