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

QuickAdd Method

Creates a new event in the specified calendar.

Syntax

[VB.NET]
Public Function QuickAdd(ByVal eventDetails As String) As String
[C#]
public string QuickAdd(string eventDetails);

Remarks

This method creates a new event in the calendar specified by CalendarId. The text specified by eventDetails is sent to Google where it is automatically interpreted and parsed and an event is created.

There are no strict rules about the format of the eventDetails parameter. Values such as

Brunch with Mom at Java 11am Sunday
Are acceptable as are simpler and more complex values. Consult the Google documentation for more information on the Quick Add feature of Google Calendars.

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