calendar (version 0.0.1)

ic_extract_raw: Extract raw contents of iCal fields

Description

Return info from iCal files, return raw unprocessed text.

Usage

ic_extract_raw(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 {
pattern = "TSTAMP"
ic_extract_raw(ical_example, pattern)
# }

Run the code above in your browser using DataLab