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

EventAttendeeStatus Property

The response status of the attendee.

Syntax

int GetEventAttendeeStatus(int iEventAttendeeIndex);

int SetEventAttendeeStatus(int iEventAttendeeIndex, int iEventAttendeeStatus);

Possible Values

  GAS_NEEDS_ACTION(0), 
  GAS_DECLINED(1), 
  GAS_TENTATIVE(2), 
  GAS_ACCEPTED(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