New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Adding Appointments

To create an appointment using RadScheduler:

  1. Double-click on the time when you want the appointment to occur. In Day, Week, or MultiDay view, you can double-click on a specific starting time, or you can double-click in the All Day row to create an all-day event. In Month and Timeline view, appointments always start out as all-day events.


    • If the StartInsertingInAdvancedForm property is False (the default), the in-line editor appears: Inline Insert
    • If the StartInsertingInAdvancedForm property is True, the advanced insert form appears instead: Edit Form Insert
  2. Enter the subject of the appointment in the in-line editor or insert form that appears.

  3. If you are done, click “Save” button to insert the appointment.

  4. If you want to cancel the appointment creation, click the “Cancel” button.

  5. If you are in the in-line editor and want to add more details to the appointment, click on the “Options” button. This displays the advanced insert form.

  6. In the advanced insert form, you can

    • Enter or change the description by typing in the textbox control.
    • Enter or change additional information about the appointment in the description multi-line textbox. By default it is hidden. If you want to use it set the EnableDescriptionField to True.
      RadScheduler Advanced Form Insert
    • Change the starting and ending times of the appointment. You can type in new dates or times, or, to change the date, you can click on the down arrow to bring up a calendar control.
    • Specify that the appointment is an all-day event using the "All day event" check box. If you specify an all-day event, you do not need to specify starting and ending times.(all-day appointments start at 12:00 AM one day and end at 12:00 AM on the other day)
    • Enter values for any custom resources and attributes. In the advanced insert form shown above, you can enter a user and a room for the appointment.
    • Enter values for reminders. By default reminders are disabled. To enable them you need to set < Reminders Enabled=”true”/> RadScheduler Advanced Form Insert
    • To create a recurring appointment, check the box labelled "Recurrence". The advanced insert form expands to show the recurrence section:
      Recurrence
  7. Specify how often the appointment recurs. Recurrence can be Hourly, Daily, Weekly, Monthly or Yearly.
    • For hourly appointments, indicate the number of hours between each recurrence: Hourly Recurrence
    • For daily appointments, you can specify the number of days between each recurrence, or indicate that the appointment recurs every weekday:
      Daily Occurence
    • For weekly appointments, indicate the number of weeks between each repeat, and the days of the week on which the appointment occurs for each repeat:
      Weekly Occurence
    • For monthly appointments, specify which day of the month the appointment occurs, and the number of months between each recurrence:
      Monthly Recurrence
    • For yearly appointments, specify the day and month of each year that the appointment occurs: Yearly Occurence
  8. Indicate when the recurrence ends:
    Recurrence Range
  9. When you complete the advanced insert form, click the "Save" button. If you want to cancel the appointment, click the "Cancel" button.If the appointment is marked recurrent, an Recurrence Symbol icon appears at the top left corner of the appointment.

See Also

In this article