| ic_attributes_vec | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.