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

all events "Starts after timeline"

Open rallek opened this issue 9 years ago • 1 comments

grafik It tooks a while until I was able to arrive at this point. Now I do have three example dates in my database. They are shown at the right day. But they are all posted as starts after timeline.

Any idea about the typical beginners error?

My json file do have this content:

{
    "success": 1,
    "result": [
                    {
                "id": 3,
                "title": "Termin drei",
                "url": "/bulletin/notice/3",
                "class": "",
                "start": 1490545886000,
                "end": 1490556686000
            },                    {
                "id": 1,
                "title": "Termin eins",
                "url": "/bulletin/notice/1",
                "class": "",
                "start": 1490544000000,
                "end": 1490547600000
            },                    {
                "id": 2,
                "title": "Termin zwei",
                "url": "/bulletin/notice/2",
                "class": "",
                "start": 1490562000000,
                "end": 1490565600000
            }            ]
}

rallek avatar Mar 26 '17 20:03 rallek

Hi there!, did you figured it out how to solve this issue?, I'm facing similar one …

ecedenyo avatar Jun 03 '20 13:06 ecedenyo