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

I worked on this a while ago and came back to this in the last few days with newed enthusiasm. I noticed that calendars which have TZID property (apple calendar...

I spoke too soon in #49, it bounced from CRAN, with the following message: package calendar_0.1.0.tar.gz does not pass the incoming checks automatically, please see the following pre-tests: Windows: Status:...

help wanted

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_calendar.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `usethis::use_github_links()` * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote...

Error in if (!is.na(x) & !x == "NA" & !grepl("^\\d{8}T\\d{6}Z?$", x)) { : the condition has length > 1 Anyone know the possible bugs?

Given a vector of ICS entries, `ic_datetime` does not check for length greater than 1. If an ICS file has more than one event: ```r calendar::ic_read("~/twoevents.ics") # Warning in if...

From email, can the package extract the datetime from this format? ``` DTSTART;TZID=\"E. Australia Standard Time\":20190522T100000 DTEND;TZID=\"E. Australia Standard Time\":20190522T110000 ```

Great package - I'm planning to use this to generate an iCal for my team in the local snooker league. I was wondering, though, if I'm missing an easier way...

e.g.: ``` r # Aim: load and explore calendar # Note: ical's support for times needs to be improved! library(dplyr) #> #> Attaching package: 'dplyr' #> The following objects are...

E.g. with help from the hexSticker package: https://github.com/GuangchuangYu/hexSticker

E.g. using an approach like `calendarPlot()` from the **openair** pkg that produces plots like this: ![image](https://user-images.githubusercontent.com/1825120/46066018-8f9ea380-c16b-11e8-8a59-fc6fa020ea41.png) There are +s and -s of using **ggplot2** to consider. Not sure if there...