dayplanner
dayplanner copied to clipboard
Repeat event after every x days
From GNA: https://gna.org/bugs/index.php?16038
By: Mick Russell
I am currently rewriting the code handling creation of the edit and add event windows. After that rewrite this is certainly something I could look into adding. It won't make it for 0.11, but perhaps 0.12 or 0.13
I have an .ics that I would like to import, but Day Planner does not recognize "RRULE:FREQ=WEEKLY;INTERVAL=2" (i.e., bi-weekly). This is a fundamental requirement for me to use day planner.
I've opened issue #9 for this. Could you provide a test iCalendar event for this specific RRULE, as well as any messages Day Planner outputs to the terminal when you attempt to import it?
Test calendar (ics) provided here after the "....." below. When attempting to import it, day planner outputs on the command line:
DP::iCalendar: ERROR: RRULE too advanced for current parser: FREQ=WEEKLY;INTERVAL=2. Found in event 7f0100_885_3f. Report this to the developers.
.........................
BEGIN:VCALENDAR VERSION:2.0
BEGIN:VEVENT ATTENDEE;ROLE=OWNER:jaf0faj CLASS:PUBLIC CREATED:20030115T000000 DTEND:20030115 DTSTART:20030115 LAST-MODIFIED:20030115T000000 PRIORITY:0 RELATED-TO:0 RRULE:FREQ=WEEKLY;INTERVAL=2 SEQUENCE:0 SUMMARY:Pay Day! TRANSP:0 UID:7f0100_885_3f END:VEVENT
END:VCALENDAR