Reputation: 1
I am using google calendar API to add events in google calendar,but there is no google meet URL getting response from api but meeting url is missing .what is I am doing wrong here? this is POST API I am using to create events: https://www.googleapis.com/calendar/v3/calendars/primary/events?conferenceDataVersion=1 Request body:
Response Body:
Upvotes: 0
Views: 818
Reputation: 1
Issue with my conferenceData i am passing request id out createRequest object.
"conferenceData": {
"createRequest": {
"conferenceSolutionKey": {
"type": "hangoutsMeet"
},
`requestId`: `JksKJJSK1KJSK`
}
}
Upvotes: 0