UiPath Documentation
activities
latest
false

Productivity activities

GetEventById

Returns the event with the given id.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Syntax

ICalendarEvent GetEventById(
	string eventId,
	ICalendar calendar = null
)
ICalendarEvent GetEventById(
	string eventId,
	ICalendar calendar = null
)

Parameters

eventId String : The id of the event to retrieve.

calendar ICalendar (Optional) : The calendar to search in. If null, the default calendar is used.

Return value

ICalendarEvent - The calendar event.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated