Skip to content

Releases: koshilife/calendly-api-ruby-client

0.14.0

06 Nov 14:34
fcdb320
Compare
Choose a tag to compare
  • 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
e5f3419
Compare
Choose a tag to compare
  • 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
4f528d6
Compare
Choose a tag to compare
  • 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
9f4273c
Compare
Choose a tag to compare
  • 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
817a198
Compare
Choose a tag to compare
  • supported a API POST /scheduled_events/{uuid}/cancellation. (#48)
    • changed were followings:
      • Client
        • (Add method) cancel_event
      • Event
        • (Add method) cancel
  • improved CI to test by multiple Ruby versions.

0.10.0

15 Apr 14:56
d888437
Compare
Choose a tag to compare
  • 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
42678a0
Compare
Choose a tag to compare
  • 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
07aed56
Compare
Choose a tag to compare
  • support for filtering Event Types by 'active' or 'inactive' status. (#43)

0.8.2

26 Feb 06:20
7ddd032
Compare
Choose a tag to compare
  • support cancellation field in the response of scheduled event endpoints. (#41)

0.8.1

20 Oct 08:06
a3745e9
Compare
Choose a tag to compare
  • support new UUID format like bbc4f475-6125-435a-b713-2d1634651e10. (#38, thanks to @jameswilliamiii )