Added title as representation for debugging
This commit is contained in:
parent
a5d849c1dd
commit
b3aebcb780
1 changed files with 4 additions and 1 deletions
|
@ -13,3 +13,6 @@ class CalendarEvent (object):
|
||||||
|
|
||||||
self.location = None
|
self.location = None
|
||||||
self.fetch_datetime = None
|
self.fetch_datetime = None
|
||||||
|
|
||||||
|
def __repr__(self):
|
||||||
|
return self.title
|
Loading…
Reference in a new issue