'Invalid request parameters: {\n "error": {\n "errors": [\n {\n "domain": "calendar",\n "reason": "omittedAttendeesSpecified",\n "message": "The request specified attendees that should have been omitted."\n }\n ],\n "code": 400,\n "message": "The request specified attendees that should have been omitted."\n }\n}\n'
#When I Use GOOGLECALENDAR_PATCH_EVENT for marking event as accepted/decline , it always throw error
1 messages · Page 1 of 1 (latest)
I'm not passing anthing in attendees also ,I tried to call tool directly also
result = composio.tools.execute(
user_id=composio_user_id,
slug="GOOGLECALENDAR_PATCH_EVENT",
arguments={
"event_id": "<event-id>",
"calendar_id": "primary",
"rsvp_response": "accepted"
}
)
Hey @solar ridge, When trying to update the rsvp status, the error you’re seeing could be due to multiple attendees in an event you’re trying to update. In such cases, you can update the RSVP of the authenticated user and then re-add all the attendees or re-add all the attendess list with updated status, as it’s an API limitation.
I.m not organizer of this meeting , but In playground, This is how it working , I just want to update my rsvp status only
I see, could you share more details about the event you are trying to patch? It'll help us reproduce the issue.