I’m trying to get my json call from eventSources to my events.
The json I get back in my eventSources is :
[{"title":"Title Test","start":"1305841052"}]
When I past this string into events, it display’s the date correctly.
Is there something i’m missing ?
when you initialize the calendar, be sure to have the following:
your json-feed.php file should look similar to the following: