Skip to content

Commit 45f75dc

Browse files
chore: regenerate skills [skip ci]
1 parent 5ac2e2d commit 45f75dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

skills/gws-calendar-insert/SKILL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,20 @@ gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>
3333
| `--location` ||| Event location |
3434
| `--description` ||| Event description/body |
3535
| `--attendee` ||| Attendee email (can be used multiple times) |
36+
| `--meet` ||| Add a Google Meet video conference link |
3637

3738
## Examples
3839

3940
```bash
4041
gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00'
4142
gws calendar +insert --summary 'Review' --start ... --end ... --attendee alice@example.com
43+
gws calendar +insert --summary 'Meet' --start ... --end ... --meet
4244
```
4345

4446
## Tips
4547

4648
- Use RFC3339 format for times (e.g. 2026-06-17T09:00:00-07:00).
47-
- For recurring events or conference links, use the raw API instead.
49+
- The --meet flag automatically adds a Google Meet link to the event.
4850

4951
> [!CAUTION]
5052
> This is a **write** command — confirm with the user before executing.

skills/gws-meet/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ gws meet <resource> <method> [flags]
2626
- `list` — Lists the conference records. By default, ordered by start time and in descending order.
2727
- `participants` — Operations on the 'participants' resource
2828
- `recordings` — Operations on the 'recordings' resource
29+
- `smartNotes` — Operations on the 'smartNotes' resource
2930
- `transcripts` — Operations on the 'transcripts' resource
3031

3132
### spaces

0 commit comments

Comments
 (0)