Reputation: 1
I'm creating Google meeting spaces via the meet API, and would like to be able to set the title of the space (seen in the bottom left of the meet screen). The screenshot below shows the title of a meeting which was created via a calendar event.
example image of a meeting space with a title
The title of the space is the same as the title of the meeting. However, when creating a meeting via the API, the meeting code (eg: "xyz-abc-yyz") is displayed instead.
In the spaces.create
input, there doesn't seem to be a way of setting the space title (unclear if that's the proper term for it). Google calendar's events.insert|update
on the other hand seems to be plucking the name of the calendar event (called the summary) and attaching it to the space that's created when nested conferenceData
is included. Is there a way to add a title to an API-created meeting space without mediating through the Calendar API?
Upvotes: 0
Views: 84