An individual who has been invited to meet with a Calendly member.
Visit official API Doc
Returns information about a specified Invitee (person invited to an event).
Visit official API Doc
client.events.retrieve_invitee(event_uuid: event_uuid, invitee_uuid: invitee_uuid)
#=> #<Calendlyr::Events::Invitee>
Returns a list of Invitees for an event.
Visit official API Doc
client.events.list_invitees(uuid: uuid)
#=> #<Calendlyr::Collection @data=[#<Calendlyr::Events::Invitee>, ...], @count=nil, @next_page=nil, @next_page_token=nil, @client=#<Calendlyr::Client>>