Parse private gcal JSON object with FullCalendar

拈花ヽ惹草 提交于 2019-12-11 13:36:47

问题


I wonder how I can provide FullCalendar a private gcal JSON feed. I know it is possible to provide a public gcal url, so I would like to either hack the gcal.js to manipulate the JSON object instead of the url, or manually transform my JSON object to comply with FullCalendar's JSON format.

So shall I follow one of this ways (and how) or is there any other alternative?

Thanks


回答1:


I think at this point the docu is a little bit fuzzy.

You do not need to publish your calendar, but you have to use the private feed of your calendar !

You can find the feed adress at the bottom of your calendar details, called "Private Adress" and then the "XML" button.



来源:https://stackoverflow.com/questions/10946993/parse-private-gcal-json-object-with-fullcalendar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!