1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
About
=====
SimpleAgenda is an easy to use agenda and calendar application supporting
events/appointments and tasks. It is written in Objective-C and uses the
GNUstep frameworks. Its major features are:
* multiple agendas with text and background colors
* support local and iCalendar data sources
* calendar, day view, week view, summary and tasks view
* create, resize and move appointments easily
* export individual elements as files and to pasteboard
* import .ics files
* simple text search
* alarms with multiples backends
It is possible to display weekdays on the left, not at the top by issuing command:
defaults write SimpleAgenda calendarDirection Vertical
You can go back to default view by:
defaults write SimpleAgenda calendarDirection Horizontal
Dependencies
============
GNUstep stable version released on 2011/04/14
(make 2.6.0, base 1.22.0, gui 0.20.0, back 0.20.0)
libical 0.27 or later
libuuid (optional)
Addresses framework (optional)
DBusKit 0.1 (optional)
Author
======
Philippe Roussel
Contributors
============
Alex Myczko
Graham Lee
Nerijus Baliƫnas
Steven R. Baker
Yavor Doganov
Contact
=======
mailto:p.o.roussel@free.fr
|