This article is from the 3b1 computers FAQ, by John B. Bunch with numerous contributions by others.
Enclosed with the documentation of many or all UNIX PC's was a card which you could send in to receive a free copy of the Personal Calendar program. The machine is discontinued, so sending in the card now won't accomplish anything, but that doesn't mean that you're out of luck. Many machines were shipped with the calendar program in /etc/fixes. Install it as follows (the name of the program is "pcal"):
Append this to your /usr/lib/ua/Office file:
Name=Calendar Default = Open Open=EXEC -d /usr/bin/pcal -c Help=EXEC -d /usr/bin/uahelp -h /usr/lib/ua/ua.hlp -t Calendar
Append this to your /usr/lib/ua/Preferences file:
Name=Calendar Default = Open Open=EXEC -d /usr/bin/pcal -p Help=EXEC -d /usr/bin/uahelp -h /usr/lib/ua/ua.hlp -t Calendar
If you are using the pcal that is located in /etc/fixes:
$ su Password: # mv /etc/fixes/pcal /usr/bin # mv /etc/fixes/pcal.hlp /usr/lib/ua # chown bin /usr/bin/pcal /usr/lib/ua/pcal.hlp # chgrp bin /usr/bin/pcal /usr/lib/ua/pcal.hlp # chmod 755 /usr/bin/pcal # chmod 644 /usr/lib/ua/pcal.hlp
 
Continue to: