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

EventRecurrenceExceptionDates Property

Defines the list of DATE-TIME exceptions to the recurrence set.

Object Oriented Interface

public function getEventRecurrenceExceptionDates();
public function setEventRecurrenceExceptionDates($value);

Procedural Interface

ingoogle_gcalendar_get($res, 70 );
ingoogle_gcalendar_set($res, 70, $value );

Default Value

''

Remarks

Defines the list of DATE-TIME exceptions to the recurrence set.

If the EventRecurrenceExceptionDates and EventRecurrenceExceptionRule are specified, they are used in computing the recurrence set. The recurrence set is the complete set of recurrence instances for a calendar component. The recurrence set is generated by considering the initial StartDate property along with the EventRecurrenceRule, EventRecurrenceDates, EventRecurrenceExceptionRule, and EventRecurrenceExceptionDates properties contained within the recurring event. The StartDate property defines the first instance in the recurrence set. The starting date SHOULD match the pattern of the recurrence rule, if specified. The recurrence set generated with a start date that doesn't match the pattern of the rule is undefined. The final recurrence set is generated by gathering all of the start DATE-TIME values generated by any of the specified EventRecurrenceRule and EventRecurrenceDates properties, and then excluding any start DATE-TIME values specified by the EventRecurrenceExceptionRule or EventRecurrenceExceptionDates properties. This implies that DATE-TIME values specified by the EventRecurrenceExceptionRule and EventRecurrenceExceptionDates properties take precedence over those specified by inclusion properties (i.e., EventRecurrenceDates and EventRecurrenceRule). When duplicate instances are generated by the recurrence EventRecurrenceRule and EventRecurrenceDates properties, only one recurrence is considered. Duplicate instances are ignored.

The date/time format is "YYYYMMDDThhmmss", where "T" indicates the break between date and time. You may also append a 1-character alpha code for the timezone. For instance, "20100104T123456Z" indicates January 4th, 2010 at 12:34:56 PM UTC.

This property is filled after retrieving a calendar event, and is also used to create an event to put on the server.

This property is not available at design time.

Data Type

String

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