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

EventAttendeeStatus Property

The response status of the attendee.

Object Oriented Interface

public function getEventAttendeeStatus($eventattendeeindex);
public function setEventAttendeeStatus($eventattendeeindex, $value);

Procedural Interface

ingoogle_gcalendar_get($res, 41 , $eventattendeeindex);
ingoogle_gcalendar_set($res, 41, $value , $eventattendeeindex);

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