Read Available Time Slots
Find available time slots in your Google Calendar account.
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 of the event in minutes; 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 that are available 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. Examples:
|
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/has events scheduled. |
List of Objects |
List of Available Times |
A list of available time objects. Each object returned in this list is a window of time from start to end that the user is available to schedule an event of duration that is less than or equal to the user's input duration. |
List of Objects |