Skip to content

fix: only patch Attendees in calendar respond to avoid reminders vali…#265

Merged
steipete merged 3 commits intoopenclaw:mainfrom
sebasrodriguez:fix/calendar-respond-reminders
Feb 15, 2026
Merged

fix: only patch Attendees in calendar respond to avoid reminders vali…#265
steipete merged 3 commits intoopenclaw:mainfrom
sebasrodriguez:fix/calendar-respond-reminders

Conversation

@sebasrodriguez
Copy link
Copy Markdown
Contributor

…dation error

When responding to a calendar event, the previous code was patching the entire event object including Reminders. This caused a Google API error 'Missing override reminder minutes' when the event had custom reminders.

The fix creates a minimal patch object containing only the Attendees field, avoiding the reminders validation issue.

Fixes events with custom reminders failing to accept RSVP responses.

sebasrodriguez and others added 3 commits February 14, 2026 21:33
…dation error

When responding to a calendar event, the previous code was patching the
entire event object including Reminders. This caused a Google API error
'Missing override reminder minutes' when the event had custom reminders.

The fix creates a minimal patch object containing only the Attendees
field, avoiding the reminders validation issue.

Fixes events with custom reminders failing to accept RSVP responses.
@steipete steipete merged commit a2e4867 into openclaw:main Feb 15, 2026
1 check passed
@steipete
Copy link
Copy Markdown
Collaborator

Landed via local gate + squash merge onto main.

Thanks @sebasrodriguez!

klodr pushed a commit to klodr/gogcli that referenced this pull request Apr 22, 2026
openclaw#265)

* fix: only patch Attendees in calendar respond to avoid reminders validation error

When responding to a calendar event, the previous code was patching the
entire event object including Reminders. This caused a Google API error
'Missing override reminder minutes' when the event had custom reminders.

The fix creates a minimal patch object containing only the Attendees
field, avoiding the reminders validation issue.

Fixes events with custom reminders failing to accept RSVP responses.

* fix(calendar): add RSVP reminders regression test (openclaw#265) (thanks @sebasrodriguez)

---------

Co-authored-by: J.A.R.V.I.S. <sebasrodriguez@users.noreply.github.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
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