One of the items the Ical client adds to the popup menu is a command to list the items for the day (including appointments, notices, and to-do items).
Client IcalTo set the variable XXXX to the value YYYY, in your ~/.tkgoodstuffrc, include the line:
set XXXX YYYYHere are the variables relating to Ical and their default values (notes: (i) $XXX means: the value of our variable XXX; (ii) "$env(XXXX)" means: the value of the environment variable XXXX):
Variable | Function | Possible Values | Default |
---|---|---|---|
Ical_file | The ical calendar file | any filename | $env(HOME)/.calendar |
Ical_enable_alarms | Whether to post alarms | 1/0 | 1 |
Ical_fetch_interval | Time between calendar file size checks | number of seconds | 120 |
Ical_fetch_offset | time between program execution and first calendar read |
number of seconds | 10 |
Ical_items_command | What command gives us list of today's items |
{any unix command} | {ical -list} |