UiPath Documentation
activities
latest
false

Productivity activities

GetEventById

Retrieves the calendar event with the specified ID.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.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 containing the event. If not specified, the default calendar is used.

Return value

ICalendarEvent - The calendar event retrieved.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated