API Reference
Class
OutlookRecurrenceIcsImportOptions
Options and associated component data for importing an RRULE.
Inheritance
- Object
- OutlookRecurrenceIcsImportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public OutlookRecurrenceIcsImportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IcsTemporalValue Start { get; set; } #Required DTSTART semantics.
public TimeSpan Duration { get; set; } #Base occurrence duration.
public OutlookTimeZoneDefinition TimeZone { get; set; } #Time-zone rules used when UTC exception or UNTIL values need local conversion.
public IList<IcsTemporalValue> ExcludedDates { get; } #Direct EXDATE values.
public IList<OutlookRecurrenceIcsException> Exceptions { get; } #Exception component data.