Skip to content

Commit b9b2206

Browse files
chore: regenerate skills [skip ci]
1 parent 10b4721 commit b9b2206

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

skills/gws-calendar-agenda/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
3940
gws calendar +agenda --today
4041
gws calendar +agenda --week --format table
4142
gws 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

0 commit comments

Comments
 (0)