Revert "Extended definition of event"

This reverts commit 6146fc7c2d.
This commit is contained in:
Maximilian Giller 2019-03-27 13:56:48 +01:00
parent ab9e34980a
commit eaeea2083e

View file

@ -5,8 +5,6 @@ class CalendarEvent (object):
self.end_datetime = None
self.duration = None
self.allday = None
self.rstart = None
self.rrule = None
self.title = None