gws-events-renew

Renew Google Workspace Event subscriptions by name or within a time window.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-events-renew-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-events-renew
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-events-renew
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-events-renew-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Renewing Google Workspace Event subscriptions can be manual and error-prone, risking missed events if expirations lapse or admins forget renewals.

Core Features & Use Cases

  • Renew a specific subscription using --name, or renew all subscriptions expiring within a defined window using --all and --within.
  • Integrate with the gws-shared authentication and global flags to streamline maintenance across multiple domains.
  • Use cases include scheduled renewal in admin workflows or automated CI/CD-like processes to keep workspace events active.

Quick Start

Run the gws events +renew command to renew a specific subscription or all expiring subscriptions within a defined window.

Frequently Asked Questions about gws-events-renew

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I renew Google Workspace Event subscriptions before they expire?

Renew Google Workspace Event subscriptions by running the gws events renew command, targeting a specific subscription with the --name flag or all expiring subscriptions using --all and a --within time window.

Can I bulk renew all expiring Google Workspace Event subscriptions at once?

Yes, you can bulk renew expiring Google Workspace Event subscriptions by passing the --all flag alongside the --within parameter to define the expiration window for targeted reactivation.

Do I need the gws CLI to manage Google Workspace Event subscription renewals?

Yes, managing Google Workspace Event subscription renewals requires the gws CLI and access to the gws-shared authentication configuration to execute renewal commands across multiple domains.

What's the best way to automate Google Workspace Event subscription renewals in CI/CD?

Automating Google Workspace Event subscription renewals in CI/CD involves running the gws events renew command with --all and --within flags to process expiring subscriptions without manual intervention.

How does targeted renewal for Google Workspace Event subscriptions work?

Targeted renewal for Google Workspace Event subscriptions works by passing the --name flag to the gws events renew command, allowing administrators to reactivate a single specified subscription.

Why do Google Workspace Event subscriptions stop receiving events?

Google Workspace Event subscriptions stop receiving events when their expiration lapses due to manual renewal processes failing or administrators forgetting to extend the subscription window.