Add calendar propose-time, tasks repeat, auth alias, and more#75
Merged
steipete merged 12 commits intoopenclaw:mainfrom Jan 17, 2026
Merged
Add calendar propose-time, tasks repeat, auth alias, and more#75steipete merged 12 commits intoopenclaw:mainfrom
steipete merged 12 commits intoopenclaw:mainfrom
Conversation
Add the core Run method that: - Fetches event from Google Calendar API - Generates propose-time browser URL (base64 encoded) - Optionally declines the event with comment - Outputs JSON or text format - Opens browser if --open flag is set Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace vague "error" framing with "API Limitation" label - Add explicit "Action:" instruction to open issue tracker and click +1 - Rename JSON fields: limitation→api_limitation, error_message→upvote_action - Update tests to verify new messaging format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Patch only attendees array when declining, not full event object - Add defensive guard in expandRepeatSchedule against infinite loop - Add JSON output test for propose-time command Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
45b3894 to
d683a48
Compare
Collaborator
|
Landed via temp rebase onto main. Thanks @salmonumbrella! |
klodr
pushed a commit
to klodr/gogcli
that referenced
this pull request
Apr 22, 2026
klodr
pushed a commit
to klodr/gogcli
that referenced
this pull request
Apr 22, 2026
…ose-time Add calendar propose-time, tasks repeat, auth alias, and more
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Commands
calendar propose-timeGenerate a browser URL to propose alternative meeting times (workaround for Google Calendar API limitation since 2018).
tasks repeatCreate recurring tasks with repeat schedules.
auth aliasManage account aliases for easier switching.
time nowDisplay current local time (useful for agents).
New Features
--enable-commandsflag - Restrict available CLI commands (useful for agent sandboxing)start_dayandend_dayfieldsTest Plan