@@ -116,7 +116,7 @@ Get detailed information about a specific event type
116116| --------- | ---- | ----------- |
117117| ` resource ` | object | Event type details |
118118| ↳ ` uri ` | string | Canonical reference to the event type |
119- | ↳ ` name ` | string | Question text |
119+ | ↳ ` name ` | string | Event type name |
120120| ↳ ` active ` | boolean | Whether the event type is active |
121121| ↳ ` booking_method ` | string | Booking method |
122122| ↳ ` color ` | string | Hex color code |
@@ -128,16 +128,12 @@ Get detailed information about a specific event type
128128| ↳ ` enabled ` | boolean | Whether question is enabled |
129129| ↳ ` required ` | boolean | Whether question is required |
130130| ↳ ` answer_choices ` | array | Available answer choices |
131- | ↳ ` type ` | string | Event type classification |
132- | ↳ ` position ` | number | Question order |
133- | ↳ ` enabled ` | boolean | Whether question is enabled |
134- | ↳ ` required ` | boolean | Whether question is required |
135- | ↳ ` answer_choices ` | array | Available answer choices |
136131| ↳ ` description_html ` | string | HTML formatted description |
137132| ↳ ` description_plain ` | string | Plain text description |
138133| ↳ ` duration ` | number | Duration in minutes |
139134| ↳ ` scheduling_url ` | string | URL to scheduling page |
140135| ↳ ` slug ` | string | Unique identifier for URLs |
136+ | ↳ ` type ` | string | Event type classification |
141137| ↳ ` updated_at ` | string | ISO timestamp of last update |
142138
143139### ` calendly_list_scheduled_events `
@@ -170,16 +166,14 @@ Retrieve a list of scheduled events for a user or organization
170166| ↳ ` start_time ` | string | ISO timestamp of event start |
171167| ↳ ` end_time ` | string | ISO timestamp of event end |
172168| ↳ ` event_type ` | string | URI of the event type |
173- | ↳ ` location ` | string | Location description |
169+ | ↳ ` location ` | object | Event location details |
174170| ↳ ` type ` | string | Location type \( e.g., |
171+ | ↳ ` location ` | string | Location description |
175172| ↳ ` join_url ` | string | URL to join online meeting \( if applicable\) |
176173| ↳ ` invitees_counter ` | object | Invitee count information |
177174| ↳ ` total ` | number | Total number of invitees |
178175| ↳ ` active ` | number | Number of active invitees |
179176| ↳ ` limit ` | number | Maximum number of invitees |
180- | ↳ ` total ` | number | Total number of invitees |
181- | ↳ ` active ` | number | Number of active invitees |
182- | ↳ ` limit ` | number | Maximum number of invitees |
183177| ↳ ` created_at ` | string | ISO timestamp of event creation |
184178| ↳ ` updated_at ` | string | ISO timestamp of last update |
185179| ` pagination ` | object | Pagination information |
@@ -211,28 +205,22 @@ Get detailed information about a specific scheduled event
211205| ↳ ` start_time ` | string | ISO timestamp of event start |
212206| ↳ ` end_time ` | string | ISO timestamp of event end |
213207| ↳ ` event_type ` | string | URI of the event type |
214- | ↳ ` location ` | string | Location description |
215- | ↳ ` type ` | string | Location type |
216- | ↳ ` join_url ` | string | URL to join online meeting |
208+ | ↳ ` location ` | object | Event location details |
209+ | ↳ ` type ` | string | Location type |
210+ | ↳ ` location ` | string | Location description |
211+ | ↳ ` join_url ` | string | URL to join online meeting |
217212| ↳ ` invitees_counter ` | object | Invitee count information |
218213| ↳ ` total ` | number | Total number of invitees |
219214| ↳ ` active ` | number | Number of active invitees |
220215| ↳ ` limit ` | number | Maximum number of invitees |
221- | ↳ ` total ` | number | Total number of invitees |
222- | ↳ ` active ` | number | Number of active invitees |
223- | ↳ ` limit ` | number | Maximum number of invitees |
224216| ↳ ` event_memberships ` | array | Event hosts/members |
225217| ↳ ` user ` | string | User URI |
226218| ↳ ` user_email ` | string | User email |
227219| ↳ ` user_name ` | string | User name |
228- | ↳ ` user ` | string | User URI |
229- | ↳ ` user_email ` | string | User email |
230- | ↳ ` user_name ` | string | User name |
231220| ↳ ` event_guests ` | array | Additional guests |
232221| ↳ ` email ` | string | Guest email |
233222| ↳ ` created_at ` | string | When guest was added |
234223| ↳ ` updated_at ` | string | When guest info was updated |
235- | ↳ ` email ` | string | Guest email |
236224| ↳ ` created_at ` | string | ISO timestamp of event creation |
237225| ↳ ` updated_at ` | string | ISO timestamp of last update |
238226
@@ -267,9 +255,6 @@ Retrieve a list of invitees for a scheduled event
267255| ↳ ` question ` | string | Question text |
268256| ↳ ` answer ` | string | Invitee answer |
269257| ↳ ` position ` | number | Question order |
270- | ↳ ` question ` | string | Question text |
271- | ↳ ` answer ` | string | Invitee answer |
272- | ↳ ` position ` | number | Question order |
273258| ↳ ` timezone ` | string | Invitee timezone |
274259| ↳ ` event ` | string | URI of the scheduled event |
275260| ↳ ` created_at ` | string | ISO timestamp when invitee was created |
0 commit comments