Display personal calendar and appointment diary
dayminder [-h height] [-S i|m|n] [-s server] [-w width] [-x x_pos] [-y y_pos]
This utility starts the Photon DayMinder application.
DayMinder provides a simple, graphical way to organize your daily schedule and activities. With DayMinder, you can schedule appointments, plan meetings with your coworkers, track your tasks, and maintain your address book. It's designed to be a simple personal information manager application to suit the needs of small embedded systems.
For a complete description of how to use it, see the DayMinder chapter in the Photon User's Guide.
Run dayminder using the Photon server on node 4:
dayminder -s4
Or
dayminder -s//4/dev/photon
Run dayminder at initial position (10,10) with initial dimension of 200*300:
dayminder -x10 -y10 -h200 -w300