diff --git a/Calendar/CalendarEvent.py b/Calendar/CalendarEvent.py index 682db95..f194d94 100644 --- a/Calendar/CalendarEvent.py +++ b/Calendar/CalendarEvent.py @@ -5,6 +5,7 @@ class CalendarEvent (object): self.end_datetime = None self.duration = None self.allday = None + self.rrule = None self.title = None self.description = None