Back to skills

gws-events

workflows

Manages event subscriptions for Google Workspace resources. You can create, list, update, delete, and reactivate subscriptions that stream real-time updates from Workspace services like Chat messages

Setup & Installation

npx skills add https://github.com/googleworkspace/gws-events --skill gws-events
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/gws-events
View on GitHub

What This Skill Does

Manages event subscriptions for Google Workspace resources. You can create, list, update, delete, and reactivate subscriptions that stream real-time updates from Workspace services like Chat messages and calendar events. Instead of polling Workspace APIs on a schedule, you get push notifications the moment something changes, without writing custom event loop logic.

When to use it

  • Working with gws events functionality
  • Implementing gws events features
  • Debugging gws events related issues