You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@abdulkadhir You need to convert your json format data to the format the calendar can recognize.
Take a look at the EventSource section in README about the mandatory fields in the event object.
You could also refer to the code in demo page.
hi,
I want to load events on the calendar which is in JSON format.
my JSON data is `
[
{
"event_title": "Holiday",
"event_description": "Holiday",
"event_type": "Holiday",
"start_time": "2017-12-15",
"end_time": "2017-12-15"
},
{
"event_title": "Holiday",
"event_description": "Holiday",
"event_type": "Holiday",
"start_time": "2017-12-12",
"end_time": "2017-12-12"
}
]`
I'm new to ionic and I struck with this
can you help me with this?
thanks in advance
The text was updated successfully, but these errors were encountered: