Reputation: 2682
In my Windows Phone application I need to add some dates in system calendar. Is it possible and how can I implement this?
Upvotes: 1
Views: 766
Reputation: 1472
You can always use 3d party tools as telerik to your application which has the ui for windows phone 7 and then use their custom controls. http://www.telerik.com/
Upvotes: 0
Reputation: 69362
In Mango, which is the current version, you only have read-only access to the calendar, so you won't be able to add to it directly.
What you could try, which may or may not be suitable for your project, is to use the Live SDK to write to the user's Hotmail calendar. If the same Live account is being used in their Calendars section, your appointment would show up.
Upvotes: 3