Added title as representation for debugging
This commit is contained in:
parent
a5d849c1dd
commit
b3aebcb780
1 changed files with 4 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue