calendar (version 0.0.1)

ic_attributes_vec: 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 ic_attributes_vec().

Examples

Run this code
# NOT RUN {
ic_attributes_vec() # default attributes (can be changed)
ic_attributes_vec(ical_example)
# }

Run the code above in your browser using DataCamp Workspace