>>>>> Christopher L Conway <[EMAIL PROTECTED]> writes:
> I am using cyclic entries with schedule-based appointments with
> (planner-appt-schedule-cyclic-insinuate). I have a meeting that
> happens on *most* Tuesdays, so I've set it up thus:
> Tue @11:00am | 12:00 | Meeting
> How do I suppress this appointment on the weeks when it will not
> occur? Going to the specific day page and deleting the appointment
> doesn't work: the appointment gets re-added when I re-visit the day
> page!
It would depend on how you want to restrict the date. If it's just a few
days, something like this might work [completely untested]:
%%(and (not (member date '((12 18 2007) ;; dates you want to exclude here
(1 15 2008)))) ;; these have to be (month day year)
(diary-cyclic 7 4 12 2007))) Tue @11:00am | 12:00 | Meeting
If it works , it should show an entry for each Tuesday, except for 18
December 2007 and 15 January 2008. Assumes european-calendar-style is t,
otherwise, reverse days and months [but only in the diary-cyclic part!].
Sorry I can't actually test it.
Regards,
--
Dr Jim Ottaway
Research Officer: Translating Neurobiological Research
BIOS Centre for Bioscience, Biomedicine, Biotechnology and Society
London School of Economics and Political Science
_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss