activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Mar 13, 2026

ForwardEvent

Forwards an event to the specified attendees.

Namespace: UiPath.Gsuite.Activities.API

Assembly: UiPath.Gsuite.Activities.API (in UiPath.Gsuite.Activities.API.dll)

Syntax

void ForwardEvent(
	ICalendarEvent calendarEvent,
	IEnumerable<String> attendees,
	bool forwardSeries = false
)
void ForwardEvent(
	ICalendarEvent calendarEvent,
	IEnumerable<String> attendees,
	bool forwardSeries = false
)

Parameters

calendarEvent ICalendarEvent : The event to forward.

attendees IEnumerable<String> : The additional attendees for the event.

forwardSeries Boolean (Optional) : Forward all occurencies of the given event.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated