ATFutures / calendar

R interface to iCal (.ics files)
https://atfutures.github.io/calendar/
Other
38 stars 10 forks source link

Allow end_time to take a number representing number of hours after start_time #23

Closed Robinlovelace closed 5 years ago

Robinlovelace commented 5 years ago

So this would work, for example:

s <- lubridate::ymd_h("2019-01-01 00")
ic_event(start_time = s, end_time = 3)