Sun Java System Portal Server Mobile Access 7.1 Developer's Guide

Viewing an Existing Event or Task

As described in The Day View Page, the day view page summarizes all events and tasks for the day. Each summary is also an option that, when selected, displays the details of the particular event or task. For the purpose of this discussion, imagine a calendar containing one event (a party at 7:00 p.m.) and one task (buying refreshments, due by 5:00 p.m.).

To view the event or task, users select the desired option, which passes control from the dayview.jsp file to the event.jsp file or the task.jsp file.

To change event details, users select the Change option, which prompts users for event details (see Adding an Event). To delete the event, users select the Delete option, which leads to the delete.jsp file, and eventually back to the dayview.jsp file.

As with the event details, changing or deleting the task is simply a matter of following the appropriate options.