The max number of events that can be scheduled using this scheduling link.
owner
string
Yes
—
A link to the resource that owns this Scheduling Link (currently, this is always an Event Type)
owner_type
string
Yes
—
Resource type (currently, this is always EventType)
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "max_event_count": { "type": "number", "description": "The max number of events that can be scheduled using this scheduling link.", "enum": [ 1 ] }, "owner": { "type": "string", "description": "A link to the resource that owns this Scheduling Link (currently, this is always an Event Type)" }, "owner_type": { "type": "string", "description": "Resource type (currently, this is always EventType)", "enum": [ "EventType" ] } }, "required": [ "PCID", "max_event_count", "owner", "owner_type" ]}
Return only active event types if true, only inactive if false, or all event types if this parameter is omitted.
organization
string
No
—
View available personal, team, and organization event types associated with the organization’s URI.
user
string
No
—
View available personal, team, and organization event types associated with the user’s URI.
sort
string
No
—
Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: name. Sort direction is specified as: asc, desc.
page_token
string
No
—
The token to pass to get the next portion of the collection
count
number
No
—
The number of rows to return
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "active": { "type": "boolean", "description": "Return only active event types if true, only inactive if false, or all event types if this parameter is omitted." }, "organization": { "type": "string", "description": "View available personal, team, and organization event types associated with the organization's URI." }, "user": { "type": "string", "description": "View available personal, team, and organization event types associated with the user's URI." }, "sort": { "type": "string", "description": "Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: name. Sort direction is specified as: asc, desc." }, "page_token": { "type": "string", "description": "The token to pass to get the next portion of the collection" }, "count": { "type": "number", "description": "The number of rows to return" } }, "required": [ "PCID" ]}
Return events that are scheduled with the user associated with this URI
organization
string
No
—
Return events that are scheduled with the organization associated with this URI
invitee_email
string
No
—
Return events that are scheduled with the invitee associated with this email address
status
string
No
—
Whether the scheduled event is active or canceled
sort
string
No
—
Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: start_time. Sort direction is specified as: asc, desc.
min_start_time
string
No
—
Include events with start times after this time (sample time format: “2020-01-02T03:04:05.678Z”). This time should use the UTC timezone.
max_start_time
string
No
—
Include events with start times prior to this time (sample time format: “2020-01-02T03:04:05.678Z”). This time should use the UTC timezone.
page_token
string
No
—
The token to pass to get the next portion of the collection
count
number
No
—
The number of rows to return
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "user": { "type": "string", "description": "Return events that are scheduled with the user associated with this URI" }, "organization": { "type": "string", "description": "Return events that are scheduled with the organization associated with this URI" }, "invitee_email": { "type": "string", "description": "Return events that are scheduled with the invitee associated with this email address" }, "status": { "type": "string", "description": "Whether the scheduled event is `active` or `canceled`", "enum": [ "active", "canceled" ] }, "sort": { "type": "string", "description": "Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: start_time. Sort direction is specified as: asc, desc." }, "min_start_time": { "type": "string", "description": "Include events with start times after this time (sample time format: \"2020-01-02T03:04:05.678Z\"). This time should use the UTC timezone." }, "max_start_time": { "type": "string", "description": "Include events with start times prior to this time (sample time format: \"2020-01-02T03:04:05.678Z\"). This time should use the UTC timezone." }, "page_token": { "type": "string", "description": "The token to pass to get the next portion of the collection" }, "count": { "type": "number", "description": "The number of rows to return" } }, "required": [ "PCID" ]}
Indicates if the invitee “canceled” or still “active”
sort
string
No
—
Order results by the created_at field and direction specified: ascending (“asc”) or descending (“desc”)
email
string
No
—
Indicates if the results should be filtered by email address
page_token
string
No
—
The token to pass to get the next portion of the collection
count
number
No
—
The number of rows to return
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "uuid": { "type": "string", "description": "The uuid value" }, "status": { "type": "string", "description": "Indicates if the invitee \"canceled\" or still \"active\"", "enum": [ "active", "canceled" ] }, "sort": { "type": "string", "description": "Order results by the **created_at** field and direction specified: ascending (\"asc\") or descending (\"desc\")" }, "email": { "type": "string", "description": "Indicates if the results should be filtered by email address" }, "page_token": { "type": "string", "description": "The token to pass to get the next portion of the collection" }, "count": { "type": "number", "description": "The number of rows to return" } }, "required": [ "PCID", "uuid" ]}
The token to pass to get the next portion of the collection
sort
string
No
—
Order results by the field name and direction specified (ascending or descending). Returns multiple sets of results in a comma-separated list.
email
string
No
—
Indicates if the results should be filtered by email address
status
string
No
—
Indicates if the results should be filtered by status (“pending”, “accepted”, or “declined”)
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "uuid": { "type": "string", "description": "The organization's unique identifier" }, "count": { "type": "number", "description": "The number of rows to return" }, "page_token": { "type": "string", "description": "The token to pass to get the next portion of the collection" }, "sort": { "type": "string", "description": "Order results by the field name and direction specified (ascending or descending). Returns multiple sets of results in a comma-separated list." }, "email": { "type": "string", "description": "Indicates if the results should be filtered by email address" }, "status": { "type": "string", "description": "Indicates if the results should be filtered by status (\"pending\", \"accepted\", or \"declined\")", "enum": [ "pending", "accepted", "declined" ] } }, "required": [ "PCID", "uuid" ]}
The token to pass to get the next portion of the collection
count
number
No
—
The number of rows to return
email
string
No
—
Indicates if the results should be filtered by email address
organization
string
No
—
Indicates if the results should be filtered by organization
user
string
No
—
Indicates if the results should be filtered by user
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "page_token": { "type": "string", "description": "The token to pass to get the next portion of the collection" }, "count": { "type": "number", "description": "The number of rows to return" }, "email": { "type": "string", "description": "Indicates if the results should be filtered by email address" }, "organization": { "type": "string", "description": "Indicates if the results should be filtered by organization" }, "user": { "type": "string", "description": "Indicates if the results should be filtered by user" } }, "required": [ "PCID" ]}