Goole Calendar - update Event attendees

Hi, i try change response status from needsAction to accepted

    "attendees": [
        {
            "email": "some1@gmail.com",
            "organizer": true,
            "self": true,
            "responseStatus": "needsAction"
        },
        {
            "email": "some2@gmail.com",
            "responseStatus": "needsAction"
        }
    ]

But items have olny option for name and email, not for status :-/

Thank you for your help and suggestions !

Welcome to the Make community!

According to Update attendees response status - Google Calendar API (PHP) - Stack Overflow,

Event creators/owners can’t modify the response of attendees. Only attendees can modify their status. Either attendees will need to respond from the Google Calendar UI themselves or you’ll need to authenticate as the attendee user and change their response status.

So, you cannot update the attendees status unless they have created a connection in your Make organization.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.