Click or drag to resize

ICalendar2 Methods

IT Hit WebDAV Classes Reference

The ICalendar2 type exposes the following members.

Methods
  NameDescription
Public methodAddProperty
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IComponent.)
Public methodCreateActionProp(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.
Public methodCreateActionProp(String)
Creates IAction property from string value. Returns null if value parameter is null. Assign the value returned by this method to Action property.
Public methodCreateActionProp(ActionType)
Creates IAction property from ActionType value. Returns null if value parameter is null. Assign the value returned by this method to Action property.
Public methodCreateCalAddressProp
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.
Public methodCreateCalDateListProp
Creates ICalDateList property. Returns null if dateTimes parameter is null. Assign the value returned by this method to ExceptionDateTimes property.
Public methodCreateCalDateProp
Creates ICalDate property. Returns null if dateTime parameter is null. Assign the value returned by this method to Start, End and Due properties.
Public methodCreateCalTextProp
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.
Public methodCreateClassProp(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.
Public methodCreateClassProp(String)
Creates IClassification property from string value. Returns null if value parameter is null. Assign the value returned by this method to Class property.
Public methodCreateClassProp(ClassificationType)
Creates IClassification property from ClassificationType value. Returns null if value parameter is null. Assign the value returned by this method to Class property.
Public methodCreateCustomComponent
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.)
Public methodCreateDateProp
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.
Public methodCreateDurationProp
Creates IDuration property from NullableTInt64 value. Returns null if ticks parameter is null. Assign the value returned by this method to properties that has a IDuration type such as Duration.
Public methodCreateIntegerProp
Creates IInteger property from NullableTInt32 value. Returns null if value parameter is null. Assign the value returned by this method to properties that has a IInteger type such as Priority.
Public methodCreateMethodProp(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.
Public methodCreateMethodProp(String)
Creates IMethod property from string value. Returns null if value parameter is null. Assign the value returned by this method to Method property.
Public methodCreateMethodProp(MethodType)
Creates IMethod property from MethodType value. Returns null if value parameter is null. Assign the value returned by this method to Method property.
Public methodCreatePropertyT
Creates a property that do not occure more than once in calendar or business card.
(Inherited from ICollabObject.)
Public methodCreateRawProperty
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.)
Public methodCreateRecurrenceIdProp
Creates IRecurrenceId property. Returns null if dateTime parameter is null. Assign the value returned by this method to RecurrenceId property.
Public methodCreateRecurrenceListProp
Creates IRecurrenceList property. Returns null if dateTimes parameter is null. Assign the value returned by this method to RecurrenceDateTimes property.
Public methodCreateStatusProp(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.
Public methodCreateStatusProp(String)
Creates IStatus property from string value. Returns null if value parameter is null. Assign the value returned by this method to Status property.
Public methodCreateStatusProp(StatusType)
Creates IStatus property from StatusType value. Returns null if value parameter is null. Assign the value returned by this method to Status property.
Public methodCreateTextProp
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.)
Public methodCreateTransparencyProp
Creates ITransparency property from NullableTBoolean value. Returns null if value parameter is null. Assign the value returned by this method to Transparency property.
Public methodGenerateTimeZones
Populates TimeZones list with time zones specified in [!:Params.ITimeZoneIdParam.TimeZoneId] ("TZID") parameters.
Top
See Also