File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
skills/gws-calendar-agenda Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ gws calendar +agenda
3131| ` --week ` | — | — | Show this week's events |
3232| ` --days ` | — | — | Number of days ahead to show |
3333| ` --calendar ` | — | — | Filter to specific calendar name or ID |
34+ | ` --timezone ` | — | — | IANA timezone override (e.g. America/Denver). Defaults to Google account timezone. |
3435
3536## Examples
3637
@@ -39,12 +40,14 @@ gws calendar +agenda
3940gws calendar +agenda --today
4041gws calendar +agenda --week --format table
4142gws calendar +agenda --days 3 --calendar ' Work'
43+ gws calendar +agenda --today --timezone America/New_York
4244```
4345
4446## Tips
4547
4648- Read-only — never modifies events.
4749- Queries all calendars by default; use --calendar to filter.
50+ - Uses your Google account timezone by default; override with --timezone.
4851
4952## See Also
5053
You can’t perform that action at this time.
0 commit comments