Python recurring ICal events#
Query ICS calendars for occurrences of events, todos, journal entries and alarms.
ICal has some complexity to it: Events, TODOs, Journal entries and Alarms can be repeated, removed from the feed and edited later on. This tool takes care of these complexities.
Let’s put our expertise together and build the solution solves ICalendar scheduling for Python!
User Guide#
Information about usage.
- Get started
- How to
- Read a file and print events
- List events at certain a time
- List events within a time range
- List events after a certain time
- List all events
- Count events
- Split a query into pages
- Work with occurrences directly
- Get Todos and Journal entries
- Calculate Alarm times
- Edit one event of an existing series
- Extend
recurring-ical-events - Increase Performance
- Skip badly formatted ical events
Community#
Information about contributing.
Reference#
This is reference material for information.