skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CalObject

Provides class for iCal objects.

Inheritance
System.Object
CalObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Scheduler.ICalendar
Assembly: Telerik.WinControls.Scheduler.dll

Syntax

public class CalObject : IEquatable<CalObject>

Constructors

CalObject(String)

Initializes a new instance of the CalObject class.

Declaration
public CalObject(string name)
Parameters
System.String name

The name.

Properties

Children

Gets the children objects.

Declaration
public Collection<CalObject> Children { get; }
Property Value
System.Collections.ObjectModel.Collection<CalObject>

The children.

Item[String]

Gets the CalProperty with the specified property name.

Declaration
public CalProperty this[string propertyName] { get; }
Parameters
System.String propertyName

Property Value
CalProperty

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
System.String

The name.

Properties

Gets the properties.

Declaration
public Collection<CalProperty> Properties { get; }
Property Value
System.Collections.ObjectModel.Collection<CalProperty>

The properties.

Methods

AddChildren(String)

Adds the children.

Declaration
public CalObject AddChildren(string name)
Parameters
System.String name

The name.

Returns
CalObject

AddProperty(String, String)

Adds the property.

Declaration
public CalProperty AddProperty(string key, string value)
Parameters
System.String key

The key.

System.String value

The value.

Returns
CalProperty

AddProperty(String, String, String, String)

Adds the property.

Declaration
public CalProperty AddProperty(string key, string value, string parameterKey, string parameterValue)
Parameters
System.String key

The key.

System.String value

The value.

System.String parameterKey

The parameter key.

System.String parameterValue

The parameter value.

Returns
CalProperty

ContainsProperty(String)

Determines whether the specified name contains property.

Declaration
public bool ContainsProperty(string name)
Parameters
System.String name

The name.

Returns
System.Boolean

True if the specified name contains property; otherwise, false.

Equals(CalObject)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals(CalObject other)
Parameters
CalObject other

An object to compare with this object.

Returns
System.Boolean

True if the current object is equal to the other parameter; otherwise, false.

Implements
System.IEquatable<T>.Equals(T)

GetChildrenByName(String)

Gets the child CalObject by name.

Declaration
public IList<CalObject> GetChildrenByName(string name)
Parameters
System.String name

The name.

Returns
System.Collections.Generic.IList<CalObject>

ToTimeZone(CalObject)

Toes the time zone.

Declaration
public static TimeZoneInfo ToTimeZone(CalObject calObject)
Parameters
CalObject calObject

The cal object.

Returns
TimeZoneInfo

Exceptions
CalendarParseException

CalendarParseException.

VerifyPropertyIsNotNull(String)

Verifies the property is not null.

Declaration
public CalProperty VerifyPropertyIsNotNull(string propertyName)
Parameters
System.String propertyName

Name of the property.

Returns
CalProperty

Exceptions
CalendarParseException

CalendarParseException.

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.