CalObject
Class
Provides class for iCal objects.
Definition
Namespace:Telerik.WinControls.UI.Scheduler.ICalendar
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class CalObject : IEquatable<CalObject>
Inheritance: objectCalObject
Implements:
Constructors
Properties
Gets the children objects.
C#
public Collection<CalObject> Children { get; }
The children.
Gets the properties.
C#
public Collection<CalProperty> Properties { get; }
The properties.
Gets the CalProperty with the specified property name.
Methods
Toes the time zone.
C#
public static TimeZoneInfo ToTimeZone(CalObject calObject)
The cal object.
Returns: Exceptions:CalendarParseException.
Verifies the property is not null.
C#
public CalProperty VerifyPropertyIsNotNull(string propertyName)
Name of the property.
Returns: Exceptions:CalendarParseException.