-
How can I show the start and end times in the month view?
-
I am having trouble when I enter a event that carries over into the next day. If I set for example 10pm to 2am and save I get 10pm to 10:05pm when I click on the event…any help on this is appreciated.
Hi,
- you have to configure event_bar_text template in scheduler admin panel -> Templates tab like here:
return ((!event._timed) ? scheduler.templates.hour_scale(start) : '') + ' - ' + scheduler.templates.hour_scale(end) + " <span title=+event.text+>" + event.text + "</span>";
- Is prevent events overlapping option turned on?
Could you provide link to your scheduler?