calendar icon indicating copy to clipboard operation
calendar copied to clipboard

R interface to iCal (.ics files)

Results 17 calendar issues
Sort by recently updated
recently updated
newest added

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 ?

question

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 -...