Schare Object.
Visit official API Doc
Endpoint for our Customize Once and Share feature. This allows you to customize events for a specific invitee without needing to make an entirely new event type. This feature is only available for one-on-one event types. Note: Any parameter which is not provided in the request body will be copied from the target event type.
Visit official API Doc
client.shares.create(create: event_type_uri, name: "15 minute meeting", duration: ...)
#=> #<Calendlyr::Share>
share.associated_scheduling_links
#=> [#<Calendlyr::SchedulingLink>]