| Issue 1201: | JSON feed: suggestion for documentation | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Hello I spent 30 minutes troubleshooting my JSON feed only to find out it was a relative path issue. FullCalendar seems to look in the same dir as itself for a local feed path. Ultimately I was unable to find a relative path that worked for me after a few trials. This would be desired: url: '../../calendar_events.php?marker_id=1', But I had to do this (for the time being, anyhow): url: 'http://localhost/map3/calendar_events.php?marker_id=1' This is isn't a FullCalendar issue per-se, but just would be nice if you could explain relative paths in the the feed documentation =). Like on this page: http://arshaw.com/fullcalendar/docs/event_data/events_json_feed
Dec 9, 2011
#2
kouna...@gmail.com
Aug 14, 2013
the path should be relative to the html *page* that is running, not the JS script. the path problem you had was probably on your end.
Status:
WontFix
|
|
| ► Sign in to add a comment |