Set different start/end time for multiple day events
-
I would like to create an event that lasts two days. On the first day, the event starts at 10am and ends at 7pm. On the second day, the events starts at 9am and ends at 5pm. Currently I can only set the start/end time once and its been used for all days.
Is there a way to add individual start/end time for each day of the event?
If not, how can I hide to time information (element with class “event-row-date”) for such an event?I thought of something like: Setting a special attribute for the event which might than be selected by a css definition.
.em-multidate-different-times .event-row-date { display: none; }
Thanks for help and ideas.
Daniel
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Set different start/end time for multiple day events’ is closed to new replies.