skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    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
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • 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 AppointmentBase

Provides base class for appointments.

Inheritance
System.Object
NotifyPropertyChangedBase
AppointmentBase
Appointment
Inherited Members
NotifyPropertyChangedBase.OnPropertyChanged(String)
NotifyPropertyChangedBase.UpdateValue<T>(T, T, String)
NotifyPropertyChangedBase.UpdateValue<T>(T, T, Action<T>, String)
NotifyPropertyChangedBase.PropertyChanged
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll

Syntax

public abstract class AppointmentBase : NotifyPropertyChangedBase, IAppointment, IDateRange, INotifyPropertyChanged, IEquatable<IAppointment>, ICopyable<IAppointment>, IExtendedAppointment

Constructors

AppointmentBase()

Initializes a new instance of the AppointmentBase class.

Declaration
protected AppointmentBase()

Properties

Category

Gets or sets the System.String value representing the category of the IAppointment object.

Declaration
public virtual ICategory Category { get; set; }
Property Value
ICategory

Implements
IExtendedAppointment.Category

End

Gets or sets the System.DateTime value determining the end date and time of the IAppointment.

Declaration
public virtual DateTime End { get; set; }
Property Value
System.DateTime

Implements
IAppointment.End
IDateRange.End

Importance

Gets or sets the importance.

Declaration
public virtual Importance Importance { get; set; }
Property Value
Importance

The importance.

Implements
IExtendedAppointment.Importance

IsAllDay

Gets or sets the System.Boolean value indicating whether the current IAppointment is an All-day one.

Declaration
public virtual bool IsAllDay { get; set; }
Property Value
System.Boolean

Implements
IAppointment.IsAllDay

RecurrenceRule

Gets or sets the IRecurrenceRule value determining the recurrence rule of the IAppointment.

Declaration
public virtual IRecurrenceRule RecurrenceRule { get; set; }
Property Value
IRecurrenceRule

The recurrence rule.

Implements
IAppointment.RecurrenceRule

Start

Gets or sets the System.DateTime value determining the start date and time of the IAppointment.

Declaration
public virtual DateTime Start { get; set; }
Property Value
System.DateTime

Implements
IAppointment.Start
IDateRange.Start

Subject

Gets or sets the System.String value representing the subject of the IAppointment object.

Declaration
public virtual string Subject { get; set; }
Property Value
System.String

Implements
IAppointment.Subject

TimeMarker

Gets or sets the System.String value representing the body of the IAppointment object.

Declaration
public virtual ITimeMarker TimeMarker { get; set; }
Property Value
ITimeMarker

Implements
IExtendedAppointment.TimeMarker

TimeZone

Gets or sets the time zone.

Declaration
public virtual TimeZoneInfo TimeZone { get; set; }
Property Value
System.TimeZoneInfo

The time zone.

Implements
IAppointment.TimeZone

Methods

Copy()

Deep copies this instance.

Declaration
public virtual IAppointment Copy()
Returns
IAppointment

A deep copy of the current object.

Implements
ICopyable<T>.Copy()

CopyFrom(IAppointment)

Deep copies all properties from other to this IAppointment.

Declaration
public virtual void CopyFrom(IAppointment other)
Parameters
IAppointment other

The IAppointment which properties are copied.

Implements
ICopyable<T>.CopyFrom(T)

Equals(IAppointment)

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

Declaration
public virtual bool Equals(IAppointment other)
Parameters
IAppointment other

Returns
System.Boolean

OnRecurrenceRuleChanged(EventArgs)

Raises the RecurrenceRuleChanged event.

Declaration
protected virtual void OnRecurrenceRuleChanged(EventArgs args)
Parameters
System.EventArgs args

The System.EventArgs instance containing the event data.

Events

RecurrenceRuleChanged

Occurs when RecurrenceRule status is changed.

Declaration
public event EventHandler RecurrenceRuleChanged
Event Type
System.EventHandler

Implements
IAppointment.RecurrenceRuleChanged

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

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.