- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020 04:10 AM
Hi,
I tried implementing Full Calendar widget where records must get populated in calendar dates.
I am able to extract data from table in json format, as shown in screenshot below :-
But when trying to pass this json, data is not getting populated, screenshot appended below :-
Please suggest.
Regards,
Aditi
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020 12:57 PM
What version of FullCalendar are you using?
You may have the event object formatted wrong
https://fullcalendar.io/docs/v3/events-array
startdate I think needs to be start and enddate needs to be end ?
name needs to be title
You may also need to look at calling renderEvent(s)
https://fullcalendar.io/docs/v3/rerenderEvents
Please mark this response as correct and or helpful if i've answered your question correctly or was a helpful response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2020 12:57 PM
What version of FullCalendar are you using?
You may have the event object formatted wrong
https://fullcalendar.io/docs/v3/events-array
startdate I think needs to be start and enddate needs to be end ?
name needs to be title
You may also need to look at calling renderEvent(s)
https://fullcalendar.io/docs/v3/rerenderEvents
Please mark this response as correct and or helpful if i've answered your question correctly or was a helpful response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2020 03:06 AM
Hi,
Thanks for your response, now i am able to populate the data. I am using v4 Version.
Regards,
Aditi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 06:23 AM
How did you get v4 to work? 3.5.1 renders properly for me with main.min. css/js . But swapping those with v4 it doesn't render at all. I get listener errors.