Calconsole 0.3 review

Download
by rbytes.net on

Calconsole is a calendar and schedule in mode command line

License: GPL (GNU General Public License)
File size: 996K
Developer: Simon de Castro
0 stars award from rbytes.net

Calconsole is a calendar and schedule in mode command line. Like a cal with schedule. Calconsole is a merge the application cal with the library libical. Calconsole works with files ics.

The events are save in the file type ics compatible with others calendars.
Calconsole can show file ics the others calendars.

Installation:

tar xfpz calconsole-0.1.tar.gz
cd calconsole-0.1

./configure
make
make install (or sudo make install)

Examples

Show calendar and the days events of the year 2006 of the file calendar.ics:
calconsole -f calendar.ics 2006

Show calendar and the days events this month:
calconsole

Show events the day:
calconsole 1/1/2006

Save events:
calconsole -d 1/1/2006 -t "the title" -c "the description"
Remove events of the day:
calconsole -r -d 1/1/2006

What's New in This Release:
The application can be traced with the -l option.

Calconsole 0.3 keywords