Search code examples
windows-phone-7classcalendarappointment

how to add a new calendar events in windows phone application


I guess appointment class for Windows Phone is read only class. Can any one suggest me on how to create a calender event in Windows Phone 7 application. Is there any API available for the same.

Thanks, Harlborn


Solution

  • Both the google calendar and the Windows Live calendar have a rest API. You might be able to do something by calling these methods. I have never tried either of these, but they might be worth a look.