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

EventETag Property

The ETag of the current event in a Google Calendar Event feed.

Syntax

[VB.NET]
Public Property EventETag As String

[C#]
public string EventETag {get; set;}

Remarks

This property is used to obtain the ETag of the specified event within a Google Calendar Event feed and will be populated once EventIndex is set.

This property is also used when querying, updating, or deleting calendars. When EventETag contains a non-empty string, an "If-None-Match" header will be sent with the entered value when ListEvents is called. This allows you to perform conditional retrievals in the case that you only want to list a calendar if it has been modified (e.g. contains a different ETag value).

When UpdateEvent or DeleteEvent is called, an "If-Match" header will be sent with the entered value. If set to a event's ETag value, a check will be performed by the server to ensure that the document has not been changed (e.g. the ETag values are the same) before updating or deleting the event. If EventETag is set to "*", the document will be updated or deleting regardless of whether it has been changed.

This property is not available at design time.

Default Value

""

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