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

Productivity activities

Last updated Mar 13, 2026

RespondToEvent

Defines a reply to an event invitation.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

voidRespondToEvent(
	ICalendarEventcalendarEvent,
	EventResponseTyperesponse,
	stringcomment = "",
	int? additionalGuests = null,
	boolallOccurrences = false,
	boolsendResponseNotification = false
)
voidRespondToEvent(
	ICalendarEventcalendarEvent,
	EventResponseTyperesponse,
	stringcomment = "",
	int? additionalGuests = null,
	boolallOccurrences = false,
	boolsendResponseNotification = false
)

Parameters

calendarEvent ICalendarEvent : The event invitation to reply to.

response EventResponseType : The response to send to the organizer.

comment String (Optional) : The message to send with the response.

additionalGuests Nullable<Int32> (Optional) : The number of additional guests to invite.

allOccurrences Boolean (Optional) : Specifies whether to update all the occurrences of the event with the response.

sendResponseNotification Boolean (Optional) : Specifies whether to notify the organizer of the response status.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated