calendar
calendar copied to clipboard
R interface to iCal (.ics files)
Idea: automatic creation of `ical` objects from GitHub issues for project planning. One issue: not sure how maintained GanttLab is looking at this: https://gitlab.com/ganttlab/ganttlab-live/issues Thoughts @layik ?
E.g. building on this: ``` r # Aim: create ical of all lectures and practicals of TDS # install required package: devtools::install_github("ATFutures/calendar") #> Skipping install of 'calendar' from a github...
This could be more effort than it's worth, but with **Rcpp** we could create an interface to this: https://github.com/libical/libical Just an idea, what do you reckon @layik and @mpadge ?
Plenty of issue at https://icalendar.org/validator.html. In one example: ``` Lines not delimited by CRLF sequence near line # 1Reference: RFC 5545 3.1. Content Lines Missing DTSTAMP property near line #...
See https://www.npmjs.com/package/rrule for example
One that could also good tests: to replicate their csv ics converter: https://github.com/albertyw/csv-ical heads-up @layik
Eventually these can go into the tests but for now good enough is just to list them. So far we have: - One on holidays in the UK: https://www.gov.uk/bank-holidays/england-and-wales.ics -...