Fixed bug in commands that display calendar events where event start and end times were not properly displayed

This commit is contained in:
Ross Scroggs
2023-10-24 21:21:21 -07:00
parent 1952aa2026
commit bb443be367
5 changed files with 23 additions and 9 deletions

View File

@@ -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: