You can try using the different properties that are valid for the MonthView
        of the RadScheduler. Furthermore the RadScheduler control
        offers also integrated support for context menus for both Appointments and Time
        Slots. To enable it, you simply need to set the TimeSlotContextMenuSettings-EnableDefault
        property of the RadScheduler control to true.
    
 
    
        The RadScheduler control supports Month View that enables
        you to see all of the appointments for a specific month. If you want to set the
        view of the RadScheduler to Month View every time when the page loads,
        you will need to use the SelectedView property and set its value to MonthView.
        To create an appointment in the desires slot, you will need to double click it and
        use the in-line form.
    
    
        This demo is also an example of how you can group the appointments by resources.
        You can do so in two ways - Horizontal or Vertical.