Google Calendar Integration : How to auto generate the conference details on invite creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 01:03 AM
Hi Team,
I have successfully integrated ServiceNow with Google Calendar and it generates the invite and passes the details from the request body. But the invite is generated without conference details.
Seems like below script avails to pass static data only.
"conferenceData": {
"createRequest": {
"requestId": string,
"conferenceSolutionKey": {
"type": string
},
"status": {
"statusCode": string
}
},
"entryPoints": [
{
"entryPointType": string,
"uri": string,
"label": string,
"pin": string,
"accessCode": string,
"meetingCode": string,
"passcode": string,
"password": string
}
],
"conferenceSolution": {
"key": {
"type": string
},
"name": string,
"iconUri": string
},
"conferenceId": string,
"signature": string,
"notes": string,
},
Some manual action is required to click on "Add Google Meet conferencing" button.
Is there any to auto generate the conference details (dynamically) on insert of the invite?
Sujatha V.M.
- Labels:
-
Architect