Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fullcalender divided two day's event for 12am time for another event in weekly view #425

Closed
palakdhingra opened this issue Mar 12, 2018 · 6 comments
Assignees

Comments

@palakdhingra
Copy link

In weekly view if any event is of two days then it will divide it from 12am, which makes user feel like its two different events, is there any way to fix it, need it very urgently :(

@acerix
Copy link
Member

acerix commented Mar 14, 2018

Would you be able to post a runnable, stripped-down demonstration of the bug? Would really appreciate it because the time saved reproducing will be time spent fixing.

@palakdhingra
Copy link
Author

https://codesandbox.io/embed/816ov52oyj here is the link of working demo,
In the demo you can see that fullcalender divides the time of event in weekly view if the event is of two days it divides the start and end time like this "startTime - 12:00AM"(Friday) and "12:00AM - endTime"(Saturday) , I need same thing to be done in day view also.

@acerix
Copy link
Member

acerix commented Mar 28, 2018

Thanks for the demo, I also made this one to test the issue:
https://codepen.io/anon/pen/ZxrEVj?&editors=001

It currently shows the time range for each day, are you looking for the actual start/end time to be repeated instead? So, in my example, each day would show "Mar 3 at 2:00 - Mar 5 at 3:00"? Or just to not include "12:00AM" in this case?

@palakdhingra
Copy link
Author

palakdhingra commented Mar 29, 2018

Hello,
Actual issue is if we Add a Schedule for March 7th, 1 PM to March 8th, 7 AM then on "Weekly view" on March 7th it is displaying as 1:00 PM to 12:00 PM and on March 8th it is displaying as 12:00 AM to 7:00 AM but when it comes to "Day View" it is displaying as March 7th it is displaying as 1:00 PM to 7:00 AM and on March 8th it is displaying as 1:00 PM to 7:00 AM that means in "Day View" it displaying direct start time to end time instead it should display as displayed in "Weekly View".

I am attaching the video reference (https://www.screencast.com/t/pWaz45aC)

@acerix
Copy link
Member

acerix commented Mar 29, 2018

Thanks for the info. I can see the time labels are not consistent for week and day views. Makes sense that day view should show the same thing (time range of for that day, not the entire event).

@arshaw
Copy link
Member

arshaw commented Apr 12, 2018

Duplicate of fullcalendar/fullcalendar#3038

Could you please visit the link, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates?

@arshaw arshaw closed this as completed Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants