Enrico Schumann

icalutils

Read, Process and Create iCalendar Data and Files

Utilities for handling iCalendar data, in particular reading and creating/writing iCalendar files. The package is written in pure R, with no dependencies (package 'base64enc' is only needed if calendar files have attachments). The package maps iCalendar dates and date-times to R's native 'Date' and 'POSIXct' classes. Recurrence rules for repeated items (such as birthdays) can be expanded into actual occurrence sets. Timezones are supported.

Version: 0.2-0  (2024-02-19)

source files    manual (PDF)    manual (HTML)    NEWS    ChangeLog    GitLab/GitHub

To install the package from a running R session, type:

install.packages('icalutils',
                 repos = c('http://enricoschumann.net/R', getOption('repos')))

return to packages overview...

return to main page...