ical_outlook {calendar}R Documentation

Example of event data with multi-line description from Outlook

Description

See here.

Usage

ical_outlook

Format

An object of class list of length 2.

Examples

# ical_outlook_raw <- readLines(long_url)
# ical_outlook_list <- ic_list(ical_outlook_raw)
# ical_outlook <- ical_outlook_list[1:2]
# ical_outlook[[2]][c(1:38)] <- gsub("a|e|i|o|f|l|t|n|b", "a", ical_outlook[[2]][c(1:38)])
# ical_outlook[[2]] <- ical_outlook[[2]][c(1, 5, 35, 36:55)]
# usethis::use_data(ical_outlook)

[Package calendar version 0.0.1 Index]