openclaw/skills
Jay Hickey 7e9be3c28c Update gog Calendar command date format to RFC3339
I am seeing instances where Clawdis is not including timezone in the gog calendar range requests. This results in a 400 bad request from the Google API, e.g.

```
gog calendar events primary --from 2026-01-02T00:00:00 --to 2026-01-03T23:59:59 --account <email>

Google API error (400 badRequest): Bad Request
```

While this is a valid ISO 8601 format, Google Calendar API requires a stricter RFC 3339 format like the following:

```
gog calendar events primary --from 2026-01-02T00:00:00Z --to 2026-01-03T23:59:59Z --account <email>

<calendar events listed successfully>
```
2026-01-03 02:30:32 +01:00
..
bird chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
blucli chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
brave-search chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
camsnap chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
coding-agent coding-agent: add temp space pattern, never start in ~/clawd 2026-01-03 00:35:51 +00:00
eightctl chore(skills): fix eightctl homepage 2025-12-20 21:18:40 +01:00
food-order feat: add food-order skill 2025-12-30 15:43:13 +01:00
gemini chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
gifgrep feat: add gifgrep skill 2025-12-31 04:52:37 +01:00
gog Update gog Calendar command date format to RFC3339 2026-01-03 02:30:32 +01:00
goplaces chore: add goplaces skill 2026-01-02 20:33:06 +01:00
imsg fix: gate skills by OS 2026-01-01 22:25:37 +01:00
local-places docs(skills/local-places): add emoji and tagline 2026-01-02 16:22:26 +00:00
mcporter chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
nano-banana-pro chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
nano-pdf chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
obsidian feat(skills): add obsidian skill 2025-12-29 22:51:42 +01:00
openai-image-gen chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
openai-whisper chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
openai-whisper-api chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
openhue chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
oracle docs: improve oracle skill guidance 2025-12-20 23:41:07 +01:00
ordercli fix: add brew installer for ordercli skill 2025-12-31 04:52:40 +01:00
peekaboo fix: gate skills by OS 2026-01-01 22:25:37 +01:00
qmd chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
sag docs: expand sag pronunciation rules 2025-12-20 21:43:03 +01:00
songsee feat: add songsee skill 2026-01-02 15:22:23 +01:00
sonoscli chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
spotify-player chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
summarize chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
things-mac fix: gate skills by OS 2026-01-01 22:25:37 +01:00
trello docs: update trello skill requirements 2026-01-02 10:47:31 +01:00
video-frames chore(skills): add homepage metadata 2025-12-20 21:12:57 +01:00
wacli docs: clarify wacli usage 2025-12-21 02:14:52 +01:00
weather feat: add weather skill (wttr.in + Open-Meteo fallback) 2026-01-02 16:33:31 +00:00