-
I try to create an event on Office 365 server, using DavMail. I push the folloving ICS using Thunderbird or cadaver:
```
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VER…
-
I've seen some javascript libraries supporting RFC 2445 Recurrence Rule, more or less. It'd be nice to consider compatibility/interoperability with recurrence rule.
-
I encountered this issue upon **marshalling** and **unmarshalling** data that contains an RRule.
Currently, the rrule.js library expects an integer in the "freq" field.
This works fine, but is incomp…
-
My `libical/src/libical/icalrestrction.c` contains:
```
{ICAL_METHOD_NONE, ICAL_VCALENDAR_COMPONENT, ICAL_UID_PROPERTY, ICAL_RESTRICTION_ZEROORONE, NULL},
{ICAL_METHOD_NONE, ICAL_VEVENT_COM…
-
There could be added LocalDateIteratorFactory and DateTimeIteratorFactory as java.time support. In google-rfc-2445 there are already implemented similar iterators for jodatime compatibility.
-
Hello,
Thanks for that wonderful library.
In a project, I'll probably need to humanize some [recurrence rules](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html).
I don't…
-
They should all be Monday, but they are all on Tuesday!!!!!
**Source:**
```
public static void main(String[] args) {
GregorianCalendar dateStart = new GregorianCalendar();
dateStart.set(2…
-
```
Would it be possible to add this project to Maven Central?
```
Original issue reported on code.google.com by `mike.angstadt` on 21 Sep 2014 at 9:46
-
```
Would it be possible to add this project to Maven Central?
```
Original issue reported on code.google.com by `mike.angstadt` on 21 Sep 2014 at 9:46
-
Looks like the rrule that sublime picker generates is incorrect for other parsing libraries (such as the RFC2445 date iterator)
Sublime generates "FREQ=DAILY;INTERVAL=10;" etc.. but what is needed i…