Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 891 Bytes

invitee.md

File metadata and controls

28 lines (18 loc) · 891 Bytes

Invitee Calendlyr::Events::Invitee

An individual who has been invited to meet with a Calendly member.

Visit official API Doc

Client requests

Retrieve

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>

List

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>>