wjase / ics-parser

Automatically exported from code.google.com/p/ics-parser
0 stars 0 forks source link

Events that have an RRULE don't recur #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a recurring event in your calendar 
2. View the list of events by date

What is the expected output? What do you see instead?
It should have the event repeated (with shifted start and end dates) according 
to the RRULE entry for the event.

Please provide any additional information below.
I've created a modified version of the parser that handles recurring events. It 
is available at the following github repo:
https://github.com/johngrogg/ics-parser

Feel free to snag it, tweak it, and bring it back into this main repo.

Original issue reported on code.google.com by john.gr...@gmail.com on 10 Jul 2013 at 11:21