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:
|
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:
|
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 |