Skip to content
Raven24 edited this page Sep 13, 2010 · 2 revisions

FCalendar is a little Qt app, that fetches an iCal calendar from a source reachable over HTTP and displaying the events in a nice list.

Currently the following calendar sources have been tested:

  • Google Calendar
  • Webcalendar
  • simple ics file on a webserver

The huge advantage of Qt is that it’s possible to produce binaries for every platform that matters out there.
Since I wrote this application to get my calendar on my N95 i am providing a .sis package to install on a Symbian S60 phone. The reason there is a linux x86 executeable is because I am developing under that platform. Feel free to compile and run this wherever you want.

The most annoying feature that’s still missing is the ability to create new entries. But since Google doesn’t provide an upload function for iCal, that feature has been postponed until further notice.

Clone this wiki locally