RecurringObjectExcludeStartDateTime Property

This property can be used to override the specification and exclude the start date/time if it is not generated by one of the recurrence rule or recurrence date properties.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public bool ExcludeStartDateTime { get; set; }

Property Value

Boolean

By default, the start date/time of a calendar object is always included in the set of date/times even if it does not match one generated by a recurrence rule or recurrence date property. Normally, you must exclude it using an exception date or an exception rule. If you would prefer to exclude the starting date/time unless it is generated by a recurrence rule or date without using an exception, set this property to true.

This property is saved as a custom property when written to a PDI data stream (X-EWSOFTWARE-EXCLUDESTART:1). Also be /// aware that it is not compatible with other calendaring systems.

See Also