Next: , Previous: Schedule-based Appointments, Up: Appointments


7.2.2.3 Viewing Appointments

The command planner-appt-show-alerts will show all appointment alerts currently scheduled.

Functions

There are two commands that show appointments in the future; the one displays them in a pop-up buffer, the other puts the information into the current day page.

— Command: planner-appt-forthcoming-display &optional days

Display a buffer of appointments for today and the next days. Optional prefix argument days is the number of days ahead to look. Its default value is defined by planner-appt-forthcoming-days.

— Command: planner-appt-forthcoming-update-section &optional days

In today's plan page, add or update a list of forthcoming appointments. Optional prefix argument days is the number of days ahead to look. Its default value is defined by planner-appt-forthcoming-days. The section heading to use is defined by planner-appt-forthcoming-appt-section.

Options

— User Option: planner-appt-forthcoming-days

The number of days to look ahead for forthcoming appointments. The default value is seven days.

— User Option: planner-appt-forthcoming-appt-section

The name of the section to use for inserting a list of forthcoming appts. The default value is "Forthcoming Appointments".

— User Option: planner-appt-forthcoming-show-day-names-flag

When non-nil (the default), day names will be shown in forthcoming appointments.

— User Option: planner-appt-forthcoming-repeat-date-string

String to insert for repeated dates.

When there are multiple appointments for a date, the date is inserted in the first appointment and the others have this string in their date cell.

If the string consists of anything other than whitespace, then a link to the day page for the appoinment is created.

— User Option: planner-appt-forthcoming-look-at-cyclic-flag

When non-nil, find forthcoming appointments in the cyclic diary file (see Cyclic Tasks) as well as in plan pages. Default is ‘t’.