Skip to content

Commit 3fc026a

Browse files
chore: regenerate skills [skip ci]
1 parent 9440ff5 commit 3fc026a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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.

0 commit comments

Comments
 (0)