I have committed the modified CalendarWizard script to 1.5.1svn -- it
can always be undone if there are complaints, but also the script can be
reverted, by commenting out line 442
setLineColor("Black", cel) # comment this out if you do not
want
border to cells
and also switch which of the following two lines are commented out
(lines 258 and 259):
createParagraphStyle(name=self.pStyleWeekday,
alignment=ALIGN_CENTERED)
# createParagraphStyle(name=self.pStyleWeekday,
alignment=ALIGN_RIGHT) # original alignment
Greg