How to get dates/appointments from app into windows phone calender?

丶灬走出姿态 提交于 2020-01-15 05:41:15

问题


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.



来源:https://stackoverflow.com/questions/8473530/how-to-get-dates-appointments-from-app-into-windows-phone-calender

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