How to get dates/appointments from app into window

2019-07-16 23:55发布

问题:

I'm building an app that receives data about events (meetings etc.), and my task is to give the user the possibility for adding them (or some of them) to his device calendar.

Since there is no way in the windows phone API for write access to the user's calendar, how would you guys solve such a problem? Is there any recommended way to offer a file, data set or whatever to the user which he can store/add easily?

回答1:

You could create a web service that outputs iCalendar (.ics) files and open them on your phone in a collapsed WebBrowser - that could work.