Added missing event information
This commit is contained in:
parent
a65bfddeeb
commit
a4be256b50
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ class DebugConsole (DebugInterface):
|
|||
print("---------------------")
|
||||
print('Begin datetime: ' + str(event.begin_datetime))
|
||||
print('End datetime: ' + str(event.end_datetime))
|
||||
print('Duration: ' + str(event.duration))
|
||||
print('All day: ' + str(event.allday))
|
||||
print('RRULE: ' + str(event.rrule))
|
||||
print('Title: ' + str(event.title))
|
||||
print('Description: ' + str(event.description))
|
||||
print('Attendees: ' + str(event.attendees))
|
||||
|
|
Loading…
Reference in a new issue