entry: Die unless we're parsing a version 2.0 iCalendar
[pycalendar.git] / pycalendar / entry.py
2013-06-30 W. Trevor Kingentry: Die unless we're parsing a version 2.0 iCalendar
2013-06-30 W. Trevor Kingentry: Adjust entry parsing to handle nested entries...
2013-06-30 W. Trevor Kingentry: Hash entries by their UID (when possible)
2013-06-30 W. Trevor Kingentry: Make Entry a subclass of dict
2013-06-30 W. Trevor Kingentry: Add Entry.process() and .get*()
2013-06-30 W. Trevor Kingentry: Add an initial Entry implementation