File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments