Skip to content

Fix: Clarify RFC3339 timezone requirement for calendar events#409

Merged
steipete merged 2 commits intosteipete:mainfrom
dbhurley:issue-104-rfc3339-date-format
Mar 7, 2026
Merged

Fix: Clarify RFC3339 timezone requirement for calendar events#409
steipete merged 2 commits intosteipete:mainfrom
dbhurley:issue-104-rfc3339-date-format

Conversation

@dbhurley
Copy link
Copy Markdown
Contributor

@dbhurley dbhurley commented Mar 4, 2026

Fixes #104 (reported in openclaw/openclaw).

The Google Calendar API requires RFC3339 format with timezone (e.g. 2026-01-02T00:00:00-08:00). This update clarifies the help text for --from and --to flags to indicate this requirement explicitly.

Steps to reproduce:

gog calendar events primary --from 2026-01-02T00:00:00 --to 2026-01-03T23:59:59

Fix:
Updated help text in calendar.go to mention RFC3339 with timezone.

@steipete steipete force-pushed the issue-104-rfc3339-date-format branch from 6442030 to 950f897 Compare March 7, 2026 23:34
@steipete steipete merged commit 12a237d into steipete:main Mar 7, 2026
@steipete
Copy link
Copy Markdown
Owner

steipete commented Mar 7, 2026

Landed via temp rebase onto main.

  • Gate: make lint && make test && make worker-ci
  • Land commit: 950f897
  • Merge commit: 12a237d

Thanks @dbhurley!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants