google_calendar v0.2.0 GoogleCalendar.FreeBusy

Link to this section Summary

Functions

Check list of optons in https://developers.google.com/google-apps/calendar/v3/reference/freebusy

Link to this section Functions

Link to this function show(client, data, opts \\ [], headers \\ [])

Check list of optons in https://developers.google.com/google-apps/calendar/v3/reference/freebusy

# Example data:
data = %{
  id: calendar_id,
  timeMin: "2017-08-01T00:00:00Z",
  timeMax: "2017-08-09T00:00:00Z",
  timeZone: "UTC",
  items: [
    %{
      "id": calendar_id
    }
  ]
}

Function!/n is similar to Function/n but raises error if an error occurs during the request

Link to this function show!(client, data, opts \\ [], headers \\ [])