Using the Get available meeting slots action
- Updated: 2025/12/08
Use the Get available meeting slots action to retrieve available time slots for attendees in a specified date and time range. This action supports scheduling across time zones.
Procedure
To retrieve available time slots, perform the following steps:
- Enter the session name that you used in the Connect action.
- Enter the email addresses of the attendees, separated by commas.
- Enter the duration of the meeting in minutes.
- Specify the range start date and time by selecting a DateTime variable from the drop-down list.
- Specify the range end date and time by select a DateTime variable with a value that is the same or after the start time.
- Optional: Select the Check for timeslots outside working hours option.
- Select a Table variable from the drop-down list.
- Click Save.
Consider an example where you want to
find all the available time slots for scheduling a meeting between two dates using the Microsoft 365 Calendar
package.
- Use the Connect
action to establish a session with your calendar application.
For example, set the username as john.doe@example.com and the session name as CalendarSession1.
- Drag the Get Available Time Slots action into your automation.
- Configure the following settings:
- In the Connect
action, enter
CalendarSession1in the Session name field. - Enter
2025-11-26for Start date. - Enter
2025-11-30for End date. - Enter 60 in the Duration field.
- In the Invitees field, add the email addresses of
participants.
For example,
alice@example.com,bob@example.com.
- In the Connect
action, enter
- Store the result in a variable,
For example, AvailableSlots.
- Click Save.