calendar (version 0.0.1)

ical_outlook: Example of event data with multi-line description from Outlook

Description

See here.

Usage

ical_outlook

Arguments

Format

An object of class list of length 2.

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab