UiPath Documentation
activities
latest
false

Productivity activities

FindMeetingTimes

Finds available meeting times for the given attendees within the specified interval.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

FindMeetingTimesResult FindMeetingTimes(
	IEnumerable<string> attendees,
	DateTimeOffset intervalStart,
	DateTimeOffset intervalEnd,
	TimeSpan meetingDuration = default,
	string timezone = "",
	bool organizerRequired = true,
	MeetingTimeConstraint constraint = MeetingTimeConstraint.Work,
	IEnumerable<string> locations = null
)
FindMeetingTimesResult FindMeetingTimes(
	IEnumerable<string> attendees,
	DateTimeOffset intervalStart,
	DateTimeOffset intervalEnd,
	TimeSpan meetingDuration = default,
	string timezone = "",
	bool organizerRequired = true,
	MeetingTimeConstraint constraint = MeetingTimeConstraint.Work,
	IEnumerable<string> locations = null
)

Parameters

attendees IEnumerable<String> : The list of attendee email addresses.

intervalStart DateTimeOffset : The start of the search interval.

intervalEnd DateTimeOffset : The end of the search interval.

meetingDuration TimeSpan (Optional) : The desired meeting duration. Defaults to 30 minutes when not specified.

timezone String (Optional) : The timezone for the interval. Defaults to the account timezone when empty.

organizerRequired Boolean (Optional) : Whether the organizer must be available. Default is true.

constraint MeetingTimeConstraint (Optional) : The activity domain constraint for the search. Default is Work.

locations IEnumerable<String> (Optional) : Optional list of locations to check availability for.

Return value

FindMeetingTimesResult - The suggested meeting times and, if no suggestions were found, the reason.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated