-
Most classes are planned weekly or biweekly, it could be better to use recurrence rule defined in iCalendar specifications. This will allow calendar app users to edit their events efficiently.
-
Instead of returning a list of events like `recurring_ical_events.of(an_icalendar_object).between(`day 1`, `day 2`)`, return the original icalendar_object with all the events outside of past, future r…
-
I'm using this library alongside with `vdirsyncer` and the single file storage backend.
I would like to get this library to parse a whole file with the entries in, but it does _not_ seem to work.
…
-
Currently only PUBLISH has its own shorthand method. Should we add the others (CANCEL, REFRESH etc) too? Ref https://github.com/icalendar/icalendar/blob/master/lib/icalendar/calendar.rb#L22
espen updated
5 years ago
-
Wondering if you'd accept an implementation of DatePerhapsTime into NaiveDate.
Up to you if you'd like it as an additional method on a trait or an impl of `From` for `DatePerhapsTime`.
-
_douglm@…_ originally submitted this as _[ticket:386](https://trac.calendarserver.org/ticket/386)_
---
DTSTAMP is equivalent to LAST-MODIFIED for entities without a METHOD so should be filtered for …
-
Implement lambda functions to provide icalendar-related processing capabilities.
e.g.
- processing of icalendar requests (e.g. auto-delegation)
- publishing icalendar methods (e.g. publish upda…
-
From your article (https://blog.x25519.net/2020-03-31--release-cycle-email.html), I understand this library main motivation is to handle the folding whitespace. Is this correct? With @linse I develope…
-
I created an iCalendar object as follow:
- Create bi-weekly event
- Edit the title of the second instance at 2024-04-25 in Thunderbird
This leads to an iCalendar object with two events, one maste…
dozed updated
7 months ago
-
As a user I'd like to export subscribed events directly into my calendar via an iCalendar file.