Is there a way to get participants/attendees/invities for scheduled (not past or live) meetings?

Hi, guys!

It is possible to get participants via “GET /past_meetings/{meetingId}/participants”.
But I’d like to get participants/attendees for scheduled (not past or live) meeting.
Is it possible?

I’d like to get the attendees for scheduled meeting. No way?

@Maks
In case the meeting requires registration, you can get the details by using the List Meeting Registrants API . This API allows you to retrieve the details of all people who have registered for the meeting.

On the other hand, if the meeting does not require registration and you have invited attendees via a calendar invite (For example: Google Calendar Invite), then you will need to utilize the API of the respective calendar service you used for sending the invites.