iCal::Parser
- The really nice thing about
iCal::Parser
is that it handles recurring events for you. - So if you specifiy a recurring event like 'every third Monday' this event takes up only one slot in your iCal file.
- But
iCal::Parser
copies the data into all relevant days. - This makes processing very easy, because you don't have to think about recurring events, events spanning severl days, exceptions to recurring events, etc.