Google Calendar Skill Overview This skill provides a thin wrapper around the Google Calendar REST API. It lets you: - list upcoming events (optionally filtered by time range or query) - add a new event with title, start/end time, description, location, and attendees - update an existing event by its ID - delete an event by its ID The skill is implemented in Python ( ). It expects the following environment variables to be set (you can store them securely with ): The first time you run the skill you may need to perform an OAuth flow to obtain a refresh token – see the Setup section below. Comma…