douzhuo8312 2012-03-28 23:53
浏览 70

如何以iCalendar格式保存Fullcalendar中的JSON事件数据

I am using Fullcalendar to display an event feed and need to implement an iCalendar export feature. If I have the calendar events as an array of json events, is there a way to convert this json array to either: (1) a .ics file or

(2) a .xml file in xcal format?

  • 写回答

1条回答 默认 最新

  • donglu2761 2012-04-01 07:47
    关注

    Have you looked into the google calendar plugin of fullcalendar : it provides import from google calendar xml format to json. this could be a good starting point for going backwards.

    评论

报告相同问题?