calendar (version 0.0.1)

ic_find: Find contents of iCal fields

Description

Find contents of iCal fields

Usage

ic_find(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 = "DTSTAMP"
ic_find(ical_example, pattern)
# }

Run the code above in your browser using DataLab