ic_attributes_vec: Extract attributes from ical text

Description Usage Arguments Examples

View source: R/ical.R

Description

Extract attributes from ical text

Usage

1
2
3
4
5
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

1
2
ic_attributes_vec() # default attributes (can be changed)
ic_attributes_vec(ical_example)

ATFutures/ical documentation built on July 22, 2021, 5:33 a.m.