Previous blank.gif blank.gif blank.gif

Function read_appt_file - Parsing function.


SYNOPSIS

import HTMLcalendar
def read_appt_file(filename)

DESCRIPTION

Setting the day_month_order flag to 1 will make the parser read month value from the second position rather than the first.

Example:

    2/15/97:   3:25  Text for the appointment
               4:45  This will be placed on the same day
    5/21:      8:00  Leaving off the year will pick up the current year
    */15:      2:00  This will place the appt on the 15th of every month
               5:30  Also as above
    Friday:    3:30  Place this one on every Friday of the current year.

The ":" after the day entry is significant. A single appointment text cannot span more than one line.

SEE ALSO

HTMLcalendar


Previous blank.gif blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: dev@null
Generated: Tue Apr 20, 1999