File tree Expand file tree Collapse file tree
skills/gws-calendar-insert Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4041gws calendar +insert --summary ' Standup' --start ' 2026-06-17T09:00:00-07:00' --end ' 2026-06-17T09:30:00-07:00'
4142gws 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.
You can’t perform that action at this time.
0 commit comments