🚀 Auto-deploy: BotVPS atualizado em 29/03/2026 18:31:38

This commit is contained in:
2026-03-29 18:31:38 +00:00
parent 7a3790344e
commit 7c165d0353
97 changed files with 4220 additions and 9 deletions

View File

@@ -0,0 +1,49 @@
---
name: gws-events-renew
description: "Google Workspace Events: Renew/reactivate Workspace Events subscriptions."
metadata:
version: 0.22.3
openclaw:
category: "productivity"
requires:
bins:
- gws
cliHelp: "gws events +renew --help"
---
# events +renew
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Renew/reactivate Workspace Events subscriptions
## Usage
```bash
gws events +renew
```
## Flags
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--name` | — | — | Subscription name to reactivate (e.g., subscriptions/SUB_ID) |
| `--all` | — | — | Renew all subscriptions expiring within --within window |
| `--within` | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) |
## Examples
```bash
gws events +renew --name subscriptions/SUB_ID
gws events +renew --all --within 2d
```
## Tips
- Subscriptions expire if not renewed periodically.
- Use --all with a cron job to keep subscriptions alive.
## See Also
- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-events](../gws-events/SKILL.md) — All subscribe to google workspace events commands