Read Available Time Slots

Find available time slots in your Google Calendar account.

Scopes

See Action cards for the list of required OAuth scopes for this card.

Input

Field Definition Type Required

Hourly Window

Day

Date in the format YYYY-MM-DD.

Text

TRUE

Start Time

Date and time at which you want the event to start in the format HH:MM:SSZ.

Date & Time

TRUE

End Time

Date and time at which you want the event to end in the format HH:MM:SSZ.

Date & Time

TRUE

Time Zone

Time zone in the format:

  • UTC+-HH
  • GMT+-HH
  • CEST+-HH (Central European Summer Time)
  • EEST+-HH (Eastern European Summer Time)
  • Territory/Town

Date & Time

TRUE

Event Duration

Duration

Duration, in minutes, of the event.

The value must be 1 or higher.

Number

FALSE

Calendar

Calendar ID

Calendar identifier.

Text

TRUE

Output

Field Definition Type

Fields

Number of Available Slots

The number of available slots on the user's calendar for that time frame.

Given the Duration input field value, this is the number of events with the given duration that can fit in the user's schedule.

For example:

  • If there's a gap of 45 minutes on a calendar, and the duration input is 20 minutes, then the Number of Available Slots returned is 2.
  • If there are only four 20-minute slots available, but the duration input is 30 minutes, then the Number of Available Slots returned is 0. This happens even though there's a total of 80 minutes available.

Number

Total Minutes Available

Total number of minutes available on the user's calendar.

Number

List of Busy Times

A list of busy time objects.

Each object returned in this list is a window of time from start to end that the user is busy or has events scheduled.

List of Objects

List of Available Times

A list of available time objects.

Each object that is returned in this list consists of a window of time. From start to end, this is when the user is available to schedule an event. The duration of that event must be less than or equal to the input Duration.

List of Objects

Related topics

Google Calendar connector

Cards in flows

Google Calendar API documentation