Added title as representation for debugging

This commit is contained in:
Maximilian Giller 2019-02-26 21:41:12 +01:00
parent a5d849c1dd
commit b3aebcb780

View file

@ -12,4 +12,7 @@ class CalendarEvent (object):
self.calendar_name = None
self.location = None
self.fetch_datetime = None
self.fetch_datetime = None
def __repr__(self):
return self.title