0
votes

I need to read calendar events from windows phone 8.1 . I implemented code using below link.But Phone hangs when i call the functionality. I add two events in calendar manually so i need to fetch those events.

Any advise would be greatly appreciated.

https://msdn.microsoft.com/en-us/library/windows/apps/hh286421(v=vs.105).aspx#BKMK_AccessingCalendarData

2

2 Answers

2
votes

Can you elaborate your issue...

Please select necessary Capabilities..so that Windows phone SDK allows your app to use required functionality..

ADD

ID_CAP_APPOINTMENTS  
ID_CAP_IDENTITYDEVICE
ID_CAP_NETWORKING

check the checkbox next to them

Follow this  image

Build again and see if problem persists,if persists . revert back with error screen

0
votes

I did not select ID_CAP_APPOINTMENTS in WMAppManifest file..

I resolved the issue using above correction