You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting if the SRE-Bot could send a slack message to participants of a Google meet that the meet has started once the first person joins. There are a couple of ways to go about this, some of which involve Google Calendars and other path ways. The simplest one, I think, is:
It would be interesting if the SRE-Bot could send a slack message to participants of a Google meet that the meet has started once the first person joins. There are a couple of ways to go about this, some of which involve Google Calendars and other path ways. The simplest one, I think, is:
SRE-Bot subscribes to the Google Workspace events API: https://developers.google.com/workspace/events/reference/rest/v1, listening for
meet.space.created
events.For each meeting received, SRE-Bot subscribes to the
google.workspace.meet.conference.v2.started
event as described here: https://developers.google.com/workspace/events/guides/events-meetWhen the event is received, participants are queried using the API here: https://developers.google.com/meet/api/guides/participants and then notified through slack that their meeting has started.
Couple of issues to think through:
The text was updated successfully, but these errors were encountered: