Releases: koshilife/calendly-api-ruby-client
Releases · koshilife/calendly-api-ruby-client
0.14.0
06 Nov 14:34
Compare
Sorry, something went wrong.
No results found
supported Activity Log API. (#59 , thanks to Calendly gave us a sample JSON file)
GET /activity_log_entries
changed were followings:
Client
(Add method) activity_log_entries
Organization model
(Add method) activity_log_entries
0.13.0
03 Aug 04:49
Compare
Sorry, something went wrong.
No results found
supported List Event Type Available Times API. (#57 )
GET /event_type_available_times
changed were followings:
Client
(Add method) event_type_available_times
EventType model
(Add method) available_times
0.12.0
16 Jul 09:17
Compare
Sorry, something went wrong.
No results found
supported Routing Form APIs. (#55 )
GET /routing_forms
GET /routing_forms/{uuid}
GET /routing_form_submissions
GET /routing_form_submissions/{uuid}
changed were followings:
Client
(Add method) routing_form
(Add method) routing_forms
(Add method) routing_form_submission
(Add method) routing_form_submissions
Organization model
(Add method) routing_forms
(Add method) routing_forms!
Invitee model
(Add field) routing_form_submission
0.11.1
29 Jun 11:10
Compare
Sorry, something went wrong.
No results found
specified dependencies:
oauth2: 1.x series (#53 )
faraday: 1.x or 2.x seriese (#50 , thanks to @bugdimes )
0.11.0
02 May 05:50
Compare
Sorry, something went wrong.
No results found
supported a API POST /scheduled_events/{uuid}/cancellation. (#48 )
changed were followings:
Client
(Add method) cancel_event
Event
improved CI to test by multiple Ruby versions.
0.10.0
15 Apr 14:56
Compare
Sorry, something went wrong.
No results found
supported a API POST /data_compliance/deletion/invitees. (#28 )
changed were followings:
Client
(Add method) delete_invitee_data
0.9.0
14 Apr 02:42
Compare
Sorry, something went wrong.
No results found
supported no show APIs. (#45 )
GET /invitee_no_shows/{no_show_uuid}
POST /invitee_no_shows
DELETE /invitee_no_shows/{no_show_uuid}
changed were followings:
Client
(Add method) invitee_no_show
(Add method) create_invitee_no_show
(Add method) delete_invitee_no_show
Invitee model
(Add field) no_show
(Add method) mark_no_show
(Add method) unmark_no_show
(New) InviteeNoShow model
To simplify require statements, changed Model::ASSOCIATION constant to class methods and removed unused lines.
0.8.3
08 Mar 05:21
Compare
Sorry, something went wrong.
No results found
support for filtering Event Types by 'active' or 'inactive' status. (#43 )
0.8.2
26 Feb 06:20
Compare
Sorry, something went wrong.
No results found
support cancellation field in the response of scheduled event endpoints. (#41 )
0.8.1
20 Oct 08:06
Compare
Sorry, something went wrong.
No results found
support new UUID format like bbc4f475-6125-435a-b713-2d1634651e10. (#38 , thanks to @jameswilliamiii )