Sunday, September 24, 2006

MyOE .NET 0.9 coming soon...

I've been quite busy those days (changing job), but the next version of MyOE is coming soon:

  • Fix the bug with the calendar and google (synch issue, import calendar).
  • Contact display now allow to change contact category.
  • Bug fixes

If you want to get a preview, here is how to compile myoe:

  1. Get latest myoe code from Sourceforge (install Tortoise SVN if you don't have any client).
  2. If you don't have any IDE, install Visual C# Express Edition or SharpDevelop (if it's only for a quick test, I recommand the latest, rather good, fast to install and download). They're both free.
  3. Simply open the myoe solution, and press "F5".
  4. If you have any problem, post a comment, I'll fix asap.

Wednesday, September 06, 2006

MyOE 0.8 released

I released MyOE 0.8, most of the change are around the calendar. However this build also contains some bug fixes.

 

Changelog:

- monthly calendar display, today control include new calendar display
- Added GoogleCalendarFeed Dialog
- Sync with Google Calendar
- Calendar color update
- Enhanced new calendar integration
- Ability to hide/show remote calendar (miss local calendars to the list)
- Add event category edition
- Added the ability to remove events (again)
- Bug fixes: A wrong message id, with some forbidden character like ' crash the synchronization when the mail server is configured as "keep message on server". A replace ' by '' correct this problem. Fix event add. Merge contact now reset selection (now longer edit deleted contact). Other fixes.
- Change calendar display to a new control (better, bigger, faster, more beautiful)
- Change vcalendar import to support gmail WholeDayEvent
- allow images if the sender is in the contact list
- Updated about box.

You can download it from sourceforge: http://www.sf.net/projects/myoe

Sunday, September 03, 2006

Google Calendar inside MyOE!

I've managed to use google calendar API to synchronize google calendars with MyOE, it's based on the pocket pc synchronization code (not very fast), it's not perfect (we still need recurrence for instance), but it's a good start.

All you have to do is to click on the "Add google calendar" button and enter your login password, you'll get a list of your google calendar, and you'll be able to add them to myoe.

And also here is a preview of the new calendar control integrated inside MyOE:

MyOE.NET 0.8 is coming... ;)