calendar (version 0.0.1)

ic_extract: Extract contents of iCal fields

Description

Return formatted data from iCal fields

Usage

ic_extract(x, pattern)

Arguments

x

Lines read-in in from an iCal file

pattern

A text string to search from (an ical field)

Examples

Run this code
# NOT RUN {
ic_extract(ical_example, "DTSTART")
# }

Run the code above in your browser using DataCamp Workspace