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 CalHelper

A helper class for Telerik.WinControls.UI.Scheduler.ICalendar.

Inheritance
System.Object
CalHelper
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 static class CalHelper

Methods

GetAppointmentBackground(String)

Gets the appoitment background.

Declaration
public static AppointmentBackground GetAppointmentBackground(string backgroundName)
Parameters
System.String backgroundName

Name of the background.

Returns
AppointmentBackground

Default return is None

GetAppointmentBackgroundName(AppointmentBackground)

Gets the name of the appoitment background.

Declaration
public static string GetAppointmentBackgroundName(AppointmentBackground background)
Parameters
AppointmentBackground background

The background.

Returns
System.String

Default return is None

GetAppointmentReminder(CalProperty, IEvent)

Gets the reminder time span from its string representation.

Declaration
public static TimeSpan? GetAppointmentReminder(CalProperty reminder, IEvent appointment)
Parameters
CalProperty reminder

The string representation

IEvent appointment

The appointment for which to get the reminder time span.

Returns
System.Nullable<System.TimeSpan>

The reminder timespan of null if there is no such

GetAppointmentStatus(String)

Gets the appoitment status.

Declaration
public static AppointmentStatus GetAppointmentStatus(string statusName)
Parameters
System.String statusName

Name of the status.

Returns
AppointmentStatus

Default return is Busy

GetAppointmentStatusName(AppointmentStatus)

Gets the name of the appoitment status.

Declaration
public static string GetAppointmentStatusName(AppointmentStatus status)
Parameters
AppointmentStatus status

The status.

Returns
System.String

Default return is Busy

GetModernAppointmentBackground(String)

Gets the appoitment background.

Declaration
public static AppointmentCategory GetModernAppointmentBackground(string backgroundName)
Parameters
System.String backgroundName

Name of the background.

Returns
AppointmentCategory

Default return is None

GetModernAppointmentBackgroundName(AppointmentCategory)

Gets the name of the appoitment modern background.

Declaration
public static string GetModernAppointmentBackgroundName(AppointmentCategory category)
Parameters
AppointmentCategory category

The background.

Returns
System.String

Default return is None

GetReminderString(TimeSpan)

Gets an ICal string representation of the reminder time span.

Declaration
public static string GetReminderString(TimeSpan reminder)
Parameters
System.TimeSpan reminder

The time span.

Returns
System.String

The string representation.

RecurrenceRuleToRruleString(RecurrenceRule)

Converts the RecurrenceRule to a RRULE string. Note that the RRULE string representation cannot be converted back to RecurrenceRule, as it contains only part of the information held by the RecurrenceRule object. If you need to convert back the string representation, use the RecurrenceRuleToString(RecurrenceRule) method.

Declaration
public static string RecurrenceRuleToRruleString(RecurrenceRule rule)
Parameters
RecurrenceRule rule

The recurrence rule.

Returns
System.String

RecurrenceRuleToRruleString(RecurrenceRule, CultureInfo)

Note that the RRULE string representation cannot be converted back to RecurrenceRule, as it contains only part of the information held by the RecurrenceRule object. If you need to convert back the string representation, use the RecurrenceRuleToString(RecurrenceRule, CultureInfo) method.

Declaration
public static string RecurrenceRuleToRruleString(RecurrenceRule rule, CultureInfo culture)
Parameters
RecurrenceRule rule

The recurrence rule.

System.Globalization.CultureInfo culture

Returns
System.String

RecurrenceRuleToString(RecurrenceRule)

Converts the RecurrenceRule to string in the iCalendar format.

Declaration
public static string RecurrenceRuleToString(RecurrenceRule rule)
Parameters
RecurrenceRule rule

The recurrence rule.

Returns
System.String

RecurrenceRuleToString(RecurrenceRule, CultureInfo)

Converts the RecurrenceRule to string in the iCalendar format.

Declaration
public static string RecurrenceRuleToString(RecurrenceRule rule, CultureInfo culture)
Parameters
RecurrenceRule rule

The recurrence rule.

System.Globalization.CultureInfo culture

Returns
System.String

RecurrenceRuleToStringEx(RecurrenceRule)

Converts the RecurrenceRule to string in the iCalendar format.

Declaration
[Obsolete("Use RecurrenceRuleToString method instead.")]
public static string RecurrenceRuleToStringEx(RecurrenceRule rule)
Parameters
RecurrenceRule rule

The recurrence rule.

Returns
System.String

RecurrenceRuleToStringEx(RecurrenceRule, CultureInfo)

Obsolete! Use RecurrenceRuleToString(RecurrenceRule, CultureInfo) instead.

Declaration
[Obsolete("Use RecurrenceRuleToString method instead.")]
public static string RecurrenceRuleToStringEx(RecurrenceRule rule, CultureInfo culture)
Parameters
RecurrenceRule rule

System.Globalization.CultureInfo culture

Returns
System.String

TryParseRecurrenceRule(String, out RecurrenceRule)

Tries to parse recurrence pattern.

Declaration
public static bool TryParseRecurrenceRule(string valueToParse, out RecurrenceRule result)
Parameters
System.String valueToParse

The string to parse.

RecurrenceRule result

The result.

Returns
System.Boolean

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.