rjhorniii / ical2org

Convert a calendar in ICal format (e.g., .ics) into org-mode structure
GNU General Public License v3.0
55 stars 15 forks source link

Semi-weekly events are repeated every week #23

Open kidmose opened 3 years ago

kidmose commented 3 years ago

I have a semi weekly event, which in ICS contains RRULE:FREQ=WEEKLY;UNTIL=20210406T093000Z;INTERVAL=2;BYDAY=TU;WKST=MO (Note the FREQ=WEEKLY and the INTERVAL=2).

In the output from ical2org this is repeated every week, as opposed to every other week as I expect and as I see in e.g. Thunderbird.