I got the weeknumbers in Scheduler.Config.default_date and it works fine in the day view. But in the week view, its displayed twice:
week: 25, 17 Jun 2013 – week: 25, 23 Jun 2013
Is there a better way to do this so I have the weeknumber in the day and week views?
I’ve enabled the map view. But I can’t find a way to set the address for the event. How can I do this?
I want users to change the language by selection the language in a drop down menu. Is this possible to add to the calender?
I want to be able to select a color when creating an event. Is this possible?
Is there an option to get an alert or reminder for events?
Hi,
1)except of date format configs, views also have set of templates that defines what exactly will be displayed.
Week view’s header template returns “week start - week end” string.
You can override template on the client-side scheduler-net.com/docs/templatet … sweek_date
It can be done on server as well, but client-side provides more flexible approach
Yes, check the “Skins and languages” example of Scheduler.MVC3 project from the package
Yes, you can add a selectbox with available colors to the lightbox, or assign color some other way
Currently there is no such functionality. However simple reminder can be implemented in js code relative easy, just iterate events with some interval and show alert when it’s needed