google_calendar v0.1.1 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
    }
  ]
}