The ICalendar2 type exposes the following members.
Name | Description | |
---|---|---|
AddProperty |
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IComponent.) | |
CreateActionProp(NullableInt32) |
Creates IAction property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no ActionType is found that match the passed value.
Assign the value returned by this method to Action property.
| |
CreateActionProp(String) | ||
CreateActionProp(ActionType) |
Creates IAction property from ActionType value. Returns null if value parameter is null.
Assign the value returned by this method to Action property.
| |
CreateCalAddressProp |
Creates ICalAddress property. Returns null if uri parameter is null.
Assign the value returned by this method to properties that has a ICalAddress type such as Organizer.
| |
CreateCalDateListProp |
Creates ICalDateList property. Returns null if dateTimes parameter is null.
Assign the value returned by this method to ExceptionDateTimes property.
| |
CreateCalDateProp | ||
CreateCalTextProp |
Creates ICalText property. Returns null if value parameter is null.
Assign the value returned by this method to properties that has a ICalText type such as
Summary, Description, etc.
| |
CreateClassProp(NullableInt32) |
Creates IClassification property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no ClassificationType is found that match the passed value.
Assign the value returned by this method to Class property.
| |
CreateClassProp(String) |
Creates IClassification property from string value. Returns null if value parameter is null.
Assign the value returned by this method to Class property.
| |
CreateClassProp(ClassificationType) |
Creates IClassification property from ClassificationType value. Returns null if value parameter is null.
Assign the value returned by this method to Class property.
| |
CreateCustomComponent |
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.) | |
CreateDateProp |
Creates IDate property from NullableTDateTime value. Returns null if dateTime parameter is null.
Assign the value returned by this method to CreatedUtc, LastModifiedUtc, DateTimeStampUtc, AbsoluteDateTimeUtc, etc properties.
| |
CreateDurationProp | ||
CreateIntegerProp | ||
CreateMethodProp(NullableInt32) |
Creates IMethod property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no MethodType is found that match the passed value.
Assign the value returned by this method to Method property.
| |
CreateMethodProp(String) | ||
CreateMethodProp(MethodType) |
Creates IMethod property from MethodType value. Returns null if value parameter is null.
Assign the value returned by this method to Method property.
| |
CreatePropertyT |
Creates a property that do not occure more than once in calendar or business card.
(Inherited from ICollabObject.) | |
CreateRawProperty |
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.) | |
CreateRecurrenceIdProp |
Creates IRecurrenceId property. Returns null if dateTime parameter is null.
Assign the value returned by this method to RecurrenceId property.
| |
CreateRecurrenceListProp |
Creates IRecurrenceList property. Returns null if dateTimes parameter is null.
Assign the value returned by this method to RecurrenceDateTimes property.
| |
CreateStatusProp(NullableInt32) |
Creates IStatus property from NullableTInt32 value. Returns null if value parameter is null.
Throws ArgumentException exception if no StatusType is found that match the passed value.
Assign the value returned by this method to Status property.
| |
CreateStatusProp(String) | ||
CreateStatusProp(StatusType) |
Creates IStatus property from StatusType value. Returns null if value parameter is null.
Assign the value returned by this method to Status property.
| |
CreateTextProp |
Creates ITextProperty property. Returns null if value parameter is null.
Assign the value returned by this method to properties that has a ITextProperty type.
(Inherited from ICollabObject.) | |
CreateTransparencyProp |
Creates ITransparency property from NullableTBoolean value. Returns null if value parameter is null.
Assign the value returned by this method to Transparency property.
| |
GenerateTimeZones |
Populates TimeZones list with time zones specified in [!:Params.ITimeZoneIdParam.TimeZoneId] ("TZID") parameters.
|