Skip to content
Advertisement

Mapping Events to FullCalendar using JSON

Currently working on the jquery fullcalendar, I’ve been unable to add events to it from code behind.

I’ve tried all of these possible solutions but none of them worked for me:

This is my code

[WebMethod]

JavaScript

and my events class

JavaScript

Here is the front end code

JavaScript

This is the result I get

enter image description here

Advertisement

Answer

SO AFTER THREE DAYS OF STRUGGLE, I GOT IT TO WORK! I added events from database to add to the jquery fullcalender. this is what solved my problem! Here is my code

My html and javascript code

JavaScript

Here is the code behind function which returns json data from db

JavaScript

AND MY EVENTS CLASS

JavaScript

HERE IS THE OUTPUT 😀 😀

enter image description here

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement