Expand RFC-2445 (iCalendar) recurrence rule?
Roy Smith
roy at panix.com
Tue May 8 09:02:12 EDT 2012
Does there exist a stand-alone module to expand RFC-2445 recurrence
rule? The idea is to start with a string like:
"RRULE:FREQ=WEEKLY;COUNT=6;INTERVAL=2;BYDAY=FR"
and derive a list of dates on which that event occurs.
I'm aware of http://codespeak.net/icalendar/, but that solves a much
larger problem (parsing ics files) and I can't see how to tease out just
this one function from that module.
More information about the Python-list
mailing list