@section MetaTags{ } @section SampleHeading{ Schedule-Appointment-ASP.NET MVC-SYNCFUSION} @section ControlsSection{ @(Html.EJ().Schedule("Schedule1") .Width("100%") .Height("525px") .CurrentDate(new DateTime(2017,6,5)) .CurrentView(CurrentView.Month) .AppointmentSettings(fields => fields.Datasource((IEnumerable)ViewBag.datasource) .Id("Id") .Subject("Subject") .StartTime("StartTime") .EndTime("EndTime") .Description("Description") .AllDay("AllDay") .Recurrence("Recurrence") .RecurrenceRule("RecurrenceRule")) .AppointmentTemplateId("#MyTemplate") ) } @section ScriptSection{ }