0
votes

I'm thinking about Fullcalendar on my site. When I download and run demo with a JSON file I see:

{
"title": "Long Event",
"start": "2015-02-07",
"end": "2015-02-10"
},

Then on calendar it shows like 2 days! On fullcalendar.io they wrote about end param:

For example, if the last full day of an event is Thursday, the exclusive end of the event will be 00:00:00 on Friday!

Even on fullcalendar.io website that doesn't work!

Any idea how to solve this?

JS Bin example : jsbin.com

1

1 Answers

1
votes

You misread, although the description in the fullcalendar docs is confusing.

They state this about the end parameter: just before the bit you quoted.

It is the moment immediately after the event has ended.

This means that if you want an event to end on Thursday, you need to set end to Friday, 00:00.