I've updated my iCal app to version 4.
iCal is an application to import, read and save appointments encoded in the popular ics/ical format. The most wanted feature request were Daylight Saving Support (this one was insanely hard to get right), an easier way to import a big bunch of appointments and better Time Zone recognition.
Changelog:
- Daylight Saving Support
- Import from URL
- Import from File System
- Use App Calendars for big imports
- Bigger Time Zone Database
- Improved Machine Learning
I am really looking for some critics on this app.
Download here: iCal | Windows Phone Apps+Games Store (United States)
This app is open source. You can look at every single line I wrote.
Moreover I did not find any useful api to read in ical files in C#. As a solution I wrote a free & open-source C# interface called ical.NET. Feel free to fork, use and manipulate it, according to you needs.
iCal is an application to import, read and save appointments encoded in the popular ics/ical format. The most wanted feature request were Daylight Saving Support (this one was insanely hard to get right), an easier way to import a big bunch of appointments and better Time Zone recognition.
Changelog:
- Daylight Saving Support
- Import from URL
- Import from File System
- Use App Calendars for big imports
- Bigger Time Zone Database
- Improved Machine Learning
I am really looking for some critics on this app.
Download here: iCal | Windows Phone Apps+Games Store (United States)
This app is open source. You can look at every single line I wrote.
Moreover I did not find any useful api to read in ical files in C#. As a solution I wrote a free & open-source C# interface called ical.NET. Feel free to fork, use and manipulate it, according to you needs.
Last edited: