event-calendar icon indicating copy to clipboard operation
event-calendar copied to clipboard

Every event is listed at 12am

Open McMoes opened this issue 2 years ago • 2 comments

In the calendar is every event scheduled at 12 am. Even if i move them per drag and drop they are listed at 12 am again after a refresh day

McMoes avatar Dec 11 '21 15:12 McMoes

event.end_time.date().strftime("%Y-%m-%dT%H:%M:%S") -> event.end_time.strftime("%Y-%m-%dT%H:%M:%S")

in other_views.py

toren332 avatar Jan 24 '22 08:01 toren332

thank you for the fix toren332, how about the if you drag the event still went back to original date? thank and advance

erwinagpasa avatar Feb 19 '22 05:02 erwinagpasa