calendar (version 0.0.1)

ical_example: Minimal example of raw ical data

Description

See https://calendar.google.com/calendar/ical/9sl1qu3qh2vdnq26bjgvtnos94

Usage

ical_example

Arguments

Format

An object of class character of length 22.

Examples

Run this code
# NOT RUN {
# download.file("long_url", "inst/extdata/example.ics")
ical_example = readLines(system.file("extdata", "example.ics", package = "ical"))
# usethis::use_data(ical_example)
# }

Run the code above in your browser using DataLab