<ej-schedule id="Schedule1" width="100%" height="525px" views="views" current-view="Week" show-all-day-row="false"
read-only="false" locale="@_locale" show-delete-confirmation-dialog="false" cell-width="50px"
orientation="Horizontal" enable-load-on-demand="true"
show-appointment-navigator="false" show-quick-window="false"
action-begin="ScheduleBegin"
query-cell-info="ScheduleCellHover"
appointment-window-open="AppointmentOpen"
appointment-deleted="AppointmentDelete"
appointment-hover="AppointmentHover"
before-context-menu-open="ScheduleBeforeContextMenuOpen"
action-complete="ScheduleComplete">
<e-context-menu-settings enable="true">
<e-menu-items>
<e-appointment-collection>
<e-appointment id="open" text="Modifica Appuntamento" />
<e-appointment id="delete" text="Cancella Appuntmento" />
</e-appointment-collection>
<e-cells-collection>
<e-cells id="customoption" text="Crea Appuntamento" />
</e-cells-collection>
</e-menu-items>
</e-context-menu-settings>
<e-time-scale enable="true" major-slot="60" minor-slot-count="4"></e-time-scale>
<e-resources>
<e-resource field="UserId" title="Medico" name="Owners" allow-multiple="false">
<e-resource-settings id="Id" text="FullName">
<e-datamanager url="/Security/Users/GetDoctors"></e-datamanager>
</e-resource-settings>
</e-resource>
</e-resources>
<e-group resources="Group"></e-group>
<e-appointment-settings apply-time-offset="false" id="Id" subject='"Subject"' start-time='"StartTime"' end-time='"EndTime"' description='"Description"'
all-day='"AllDay"' recurrence='"Recurrence"' recurrence-rule='"RecurrenceRule"' resource-fields='"UserId"'>
<e-datamanager url="/Waitingroom/Schedulings/ScheduleAppointments"
crud-url="/Waitingroom/Schedulings/Crud"
cross-domain="true"></e-datamanager>
</e-appointment-settings>
</ej-schedule>