Class CalendarClient
- Namespace
- Crews.PlanningCenter.Api
- Assembly
- Crews.PlanningCenter.Api.dll
Client for accessing the Planning Center Calendar API.
public class CalendarClient
- Inheritance
-
CalendarClient
- Inherited Members
Constructors
CalendarClient(HttpClient)
Client for accessing the Planning Center Calendar API.
public CalendarClient(HttpClient httpClient)
Parameters
httpClientHttpClient
Properties
Latest
Gets a client for the latest version (2022-07-07) of the Calendar API.
public OrganizationClient Latest { get; }
Property Value
V2018_08_01
Gets a client for version 2018-08-01 of the Calendar API.
public OrganizationClient V2018_08_01 { get; }
Property Value
V2020_04_08
Gets a client for version 2020-04-08 of the Calendar API.
public OrganizationClient V2020_04_08 { get; }
Property Value
V2021_07_20
Gets a client for version 2021-07-20 of the Calendar API.
public OrganizationClient V2021_07_20 { get; }
Property Value
V2022_07_07
Gets a client for version 2022-07-07 of the Calendar API.
public OrganizationClient V2022_07_07 { get; }