chore: sync skills with Discovery API (#524)
* chore: regenerate skills from Discovery API * chore: regenerate skills [skip ci] --------- Co-authored-by: jpoehnelt <3392975+jpoehnelt@users.noreply.github.com> Co-authored-by: googleworkspace-bot <googleworkspace-bot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
157257035b
commit
398e80ce5b
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@googleworkspace/cli": patch
|
||||
---
|
||||
|
||||
Sync generated skills with latest Google Discovery API specs
|
||||
@@ -33,18 +33,20 @@ gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>
|
||||
| `--location` | — | — | Event location |
|
||||
| `--description` | — | — | Event description/body |
|
||||
| `--attendee` | — | — | Attendee email (can be used multiple times) |
|
||||
| `--meet` | — | — | Add a Google Meet video conference link |
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00'
|
||||
gws calendar +insert --summary 'Review' --start ... --end ... --attendee alice@example.com
|
||||
gws calendar +insert --summary 'Meet' --start ... --end ... --meet
|
||||
```
|
||||
|
||||
## Tips
|
||||
|
||||
- Use RFC3339 format for times (e.g. 2026-06-17T09:00:00-07:00).
|
||||
- For recurring events or conference links, use the raw API instead.
|
||||
- The --meet flag automatically adds a Google Meet link to the event.
|
||||
|
||||
> [!CAUTION]
|
||||
> This is a **write** command — confirm with the user before executing.
|
||||
|
||||
@@ -26,6 +26,7 @@ gws meet <resource> <method> [flags]
|
||||
- `list` — Lists the conference records. By default, ordered by start time and in descending order.
|
||||
- `participants` — Operations on the 'participants' resource
|
||||
- `recordings` — Operations on the 'recordings' resource
|
||||
- `smartNotes` — Operations on the 'smartNotes' resource
|
||||
- `transcripts` — Operations on the 'transcripts' resource
|
||||
|
||||
### spaces
|
||||
|
||||
Reference in New Issue
Block a user