Wanderxx / vue-fullcalendar

vue calendar fullCalendar. no jquery required. Schedule events management
https://wanderxx.github.io/vue-fullcalendar/
1.51k stars 387 forks source link

show "more" wrong #48

Open meta0102 opened 7 years ago

meta0102 commented 7 years ago

hi, if e.g 10th of May has 5 events and one event from 10th to 11th of May the event from 10th to 11th is only showing on 10th of May and also on 11th of May "+2 more" is showing although there is just one event (from 10th to 11th)

{ "events": [ { "start": "2017-05-10T08:11:51+02:00", "end": "2017-05-10T09:21:51+02:00", "id": "33lci65sl4r1f71776po4psupg", "location": null, "description": null, "title": "testAPI" }, { "start": "2017-05-10T09:00:00+02:00", "end": "2017-05-11T10:00:00+02:00", "id": "e8degsnttfn71fr5jaitkarf2g", "location": null, "description": null, "title": "312312" }, { "start": "2017-05-10T09:05:28+02:00", "end": "2017-05-10T10:15:28+02:00", "id": "2388kie377ps4514ipor7g3fhs", "location": null, "description": null, "title": "testAPI" }, { "start": "2017-05-10T10:30:00+02:00", "end": "2017-05-10T11:30:00+02:00", "id": "bk4m5f5kl6oir5bllm13cisg7g", "location": "myLocation", "description": "myDescription", "title": "test123" }, { "start": "2017-05-10T14:45:52+02:00", "end": "2017-05-10T15:55:52+02:00", "id": "8lmjkvjl3577n1p5748jmkdjac", "location": null, "description": "3123213123", "title": "testAPI" }, { "start": "2017-05-10T22:00:00+02:00", "end": "2017-05-10T23:00:00+02:00", "id": "qpmumg694ldiksb1suqsk2nv0s", "location": null, "description": "aber doch", "title": "late" } ] }