What would need to be done in order to load .ics files with fullcalendar?
I cannot use php or .net unfortunately.
What would need to be done in order to load .ics files with fullcalendar?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
what you would need is to write your own extension to fullcalendar (similar to the gcal.js which is provided with fullcalendar) something you could call ical.js
You should know that writting an complete ical parser can be quite draining so you may want to consider sticking with google calendar for your back-end unless you have a compeling reason.
Should you go down the road of developping your own extension for fullcalendar you may want to have a look at an existing jquery ical parser (here – disclaimer: I’ve never tried this plugin)