mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Add parameter to enable adding Hangouts/Meet link toevent (#1111)
This commit is contained in:
@@ -3736,7 +3736,7 @@ def doCalendarAddEvent():
|
|||||||
body['start']['timeZone'] = timeZone
|
body['start']['timeZone'] = timeZone
|
||||||
if 'end' in body:
|
if 'end' in body:
|
||||||
body['end']['timeZone'] = timeZone
|
body['end']['timeZone'] = timeZone
|
||||||
gapi.call(cal.events(), 'insert', calendarId=calendarId, sendUpdates=sendUpdates, body=body)
|
gapi.call(cal.events(), 'insert', conferenceDataVersion=1, calendarId=calendarId, sendUpdates=sendUpdates, body=body)
|
||||||
|
|
||||||
def doCalendarModifySettings():
|
def doCalendarModifySettings():
|
||||||
calendarId, cal = buildCalendarDataGAPIObject(sys.argv[2])
|
calendarId, cal = buildCalendarDataGAPIObject(sys.argv[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user