Looking for a calendar…
-
Hi All,
I hope someone can help me on this. I am looking for a calendar in which I can load data from another source. For example, I can make a webcall and get a month’s information in the following format:
[ { "name": "Training with Rewards", "time": "2016-07-30T13:00:00-0700", "calendar": "Dog Site - Group Classes", "duration": 60, "isSeries": false, "slots": 10, "slotsAvailable": 10, "color": "#469D6E", "calendarID": 653431, "appointmentTypeID": 1576024 } ]
I would like to take all of these records returned and add them to the calendar. So I either need something in which I have a call back to each day displayed or I can edit the php.
Please let me know if you know of anything….
- The topic ‘Looking for a calendar…’ is closed to new replies.