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

EventStatus Property

Contains the status of the event.

Syntax

[VB.NET]
Public Property EventStatus As GcalendarEventStatus

[C#]
public GcalendarEventStatus EventStatus {get; set;}

enum GcalendarEventStatus { gcsConfirmed, gcsTentative, gcsCanceled }

Remarks

This property is used to get the status of the event and is populated with EventIndex is set.

0 (gcsConfirmed) The event is planned.
1 (gcsTentative) The event is only tentatively scheduled.
2 (gcsCanceled) The event has been canceled.

This property is not available at design time.

Default Value

0

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