Reputation: 161
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.
Upvotes: 0
Views: 305
Reputation: 161
I did not select ID_CAP_APPOINTMENTS in WMAppManifest file..
I resolved the issue using above correction
Upvotes: 0
Reputation: 2516
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
Build again and see if problem persists,if persists . revert back with error screen
Upvotes: 2