Hi All,
Hi I want to provide a mean so that use can change the start and last hour through UI after schedular is loaded and the reload the calender with new start and last hour span .
How can I achieve the the same.
And i want to fetch and show only those activies pertaining to a perticlar week(not all weeks).which event i have to use to fetch and show only the pertained week actvities from the DB
How can I achieve the same.
i am using the following to add events from JSON Array of Events
for (x in ajaxResp) {
scheduler.addEvent(ajaxResp[x]);
}
where ajaxResp is the JSON array of Event Objects.
Thanks and Regards
Tirupathi.Rao