mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Fixed bug in commands that display calendar events where event start and end times were not properly displayed
This commit is contained in:
@@ -36315,7 +36315,7 @@ EVENT_SHOW_ORDER = ['id', 'summary', 'status', 'description', 'location',
|
||||
EVENT_PRINT_ORDER = ['id', 'summary', 'status', 'description', 'location',
|
||||
'created', 'updated', 'iCalUID']
|
||||
|
||||
EVENT_TIME_OBJECTS = {'created', 'updated', 'dateTime'}
|
||||
EVENT_TIME_OBJECTS = {'created', 'updated'}
|
||||
|
||||
def _showCalendarEvent(primaryEmail, calId, eventEntityType, event, k, kcount, FJQC):
|
||||
if FJQC.formatJSON:
|
||||
|
||||
Reference in New Issue
Block a user