How to save JSON event data from Fullcalendar in iCalendar format
I am using Fullcalendar to display an event feed and need to implement iCalendar export functionality. If I have calendar events as json events array, is there a way to convert this json array to: (1) .ics file, or
(2). XML file in xcal format?
+3
user1258469
source
to share
1 answer
Have you looked into the fullcalendar Google calendar plugin: it provides imports from the Google Calendar xml to json XML format. this can be a good starting point to go back.
0
oberron
source
to share