OpenXchangeClient.Api.ICal (open_xchange_client v0.10.0)
API calls for all endpoints tagged ICal
.
Link to this section Summary
Functions
Probe to check given ICal calendar properties before creating a new account.
Link to this section Functions
Link to this function
probe(connection, session, body, opts \\ [])
@spec probe( Tesla.Env.client(), String.t(), OpenXchangeClient.Model.CalendarAccountProbeData.t(), keyword() ) :: {:ok, OpenXchangeClient.Model.CalendarAccountProbeResponse.t()} | {:error, Tesla.Env.t()}
Probe to check given ICal calendar properties before creating a new account.
parameters
Parameters
- connection (OpenXchangeClient.Connection): Connection to server
- session (String.t): A session ID previously obtained from the login module.
- body (CalendarAccountProbeData): The properties to check.
- opts (KeywordList): [optional] Optional parameters
returns
Returns
on success {:error, Tesla.Env.t} on failure