Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

EventAttendeeStatus Property

The response status of the attendee.

Syntax

__property TibgGCalendarEventAttendeeStatus EventAttendeeStatus[int EventAttendeeIndex] = {read=FEventAttendeeStatus, write=FSetEventAttendeeStatus};



enum TibgGCalendarEventAttendeeStatus { gasNeedsAction=0, gasDeclined=1, gasTentative=2, gasAccepted=3 };

Default Value

0

Remarks

The response status of the attendee.

This property indicates the response status of the attendee. This may optionally be set when adding or updating an attendee. Possible values are:

0 (gasNeedsAction)
1 (gasDeclined)
2 (gasTentative)
3 (gasAccepted)

The size of the array is controlled by the EventAttendeeCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0