These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

EveCalendar - Read your calendar events on your Windows Phone

Author
Turk Fezzik
Sons of Seyllin
Pirate Lords of War
#1 - 2012-09-28 21:25:37 UTC  |  Edited by: Turk Fezzik
My first WP7 application is done and in the marketplace. I kept things simple since I'd never worked with XAML and Silverlight. The application pulls your calendar/event data from the Eve API server and displays them in a calendar control and a simple list control. I currently only support one API key. That shouldn't be a problem unless you have alts in multiple alliances.

I've heard some people cannot find the application in the marketplace. If it doesn't show up in the search you can use this link on your phone to get to it. http://www.windowsphone.com/en-us/store/app/evecalendar/1b84914d-c0fb-495f-bcb0-4fe7a8055ac1 .

Known Issues

  • none at this time

Feel free to post feedback or suggestions in this thread.
Turk Fezzik
Sons of Seyllin
Pirate Lords of War
#2 - 2012-09-28 21:27:50 UTC
I couldn't find an existing C# library for accessing the API server which worked well on WP7. I ended up writing my own library that uses asynchronous WebClient requests and LINQ to XML for parsing the responses. If there is interest I may package that part up as a standalone open-source library.
Turk Fezzik
Sons of Seyllin
Pirate Lords of War
#3 - 2012-10-30 17:31:51 UTC
v 1.1.0.0 is now on the marketplace. It fixes the errors with the settings page and toggling off local time actually works now. Over 100 people have downloaded this app. Surely one of you reads this forum and would be as kind to provide some feedback.