Creates a customizable, one-time share link for a Calendly event type, allowing specific overrides to its settings (e.g., duration, availability, location) without altering the original event type.
namestringCustom name for the shared link; defaults to event type name if unspecified.
durationintegerCustom event duration in minutes, overriding event type default.
end_datestringEnd date (YYYY-MM-DD) for shared link availability; required if `period_type` is 'fixed'.
event_typeRequiredstringURI of the event type to base this share on.
start_datestringStart date (YYYY-MM-DD) for shared link availability; required if `period_type` is 'fixed'.
period_typestringAvailability period type: 'available_moving' (shows actual available slots for `max_booking_time` days), 'moving' (available for `max_booking_time` days), 'fixed' (within `start_date`/`end_date`), 'unlimited'.
hide_locationbooleanIf true, hides event location until booking (only if event type has a single custom location).
duration_optionsarrayAlternative selectable durations in minutes, overriding event type options.
max_booking_timeintegerMax days in advance an invitee can book; required if `period_type` is 'moving' or 'available_moving'.
location_configurationsarrayCustom location settings that override the event type's default locations. Each configuration specifies a location type and associated details.
availability__rule__rulesarrayList of custom availability rules that override the event type's default schedule. Provide an array of objects EACH containing: `type`=`'wday'`, `wday` (weekday), and `intervals` (list of `{from, to}` times). Field names are case-sensitive – use **`wday`, `from`, `to`** exactly.…
availability__rule__timezonestringIANA timezone (e.g., 'America/New_York') for custom availability rules. Required with `availability_rule_rules`.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.