The Schedule Control -
<ej:Schedule StartHour="8" EndHour="18" ShowQuickWindow="true" ShowLocationField="true" ShowAppointmentNavigator="false" Navigation="onNavigation" AppointmentWindowOpen="onAppointmentOpen" BeforeAppointmentRemove="BeforeAppointmentRemove" DragStop="DragStop" EnableLoadOnDemand="true" OnServerExportPDF="Schedule1_OnServerExportPDF" OnExportToExcel="Schedule1_ServerExportExcel" ClientIDMode="Static" runat="server" ID="Schedule1" Width="100%" CellHeight="60px" CellWidth="120px" CurrentView="Workweek" Orientation="Horizontal" ShowCurrentTimeIndicator="false">
<TimeScale Enable="true" MajorSlotTemplateId="#majorTemplate" />
<AgendaViewSettings DaysInAgenda="5" />
<ReminderSettings Enable="true" AlertBefore="10" />
<TooltipSettings Enable="True"></TooltipSettings>
<PrioritySettings Enable="true" Text="text" Value="value"></PrioritySettings>
<Resources>
<ej:Resources Field="Categorize" Name="Categorize" Title="Departments" AllowMultiple="true">
<ResourceSettings Color="color" Id="id" Text="text">
</ResourceSettings>
</ej:Resources>
<ej:Resources Field="Owner" Name="Owner" Title="Users" AllowMultiple="true">
<ResourceSettings Color="color" Id="id" Text="text" GroupId="groupId">
</ResourceSettings>
</ej:Resources>
</Resources>
<Group Resources="Categorize,Owner" />
<DataManager CrossDomain="true" URL="Comm_Calander.aspx/Data" CrudURL="Syncfusion_Scheduler_WebService.asmx/CrudResult" InsertURL="Syncfusion_Scheduler_WebService.asmx/InsertData" UpdateURL="Syncfusion_Scheduler_WebService.asmx/UpdateData" RemoveURL="Syncfusion_Scheduler_WebService.asmx/RemoveData" Adaptor="UrlAdaptor" />
<AppointmentSettings Id="Id" ResourceFields="Owner" Subject="Subject" AllDay="AllDay" Priority="Priority" StartTime="StartTime" EndTime="EndTime" Description="Description" Recurrence="Recurrence" RecurrenceRule="RecurrenceRule" StartTimeZone="StartTimeZone" EndTimeZone="EndTimeZone" />
</ej:Schedule>