Re: Creating a Recurring Event in Calendar that Counts Down

From: Barry Wainwright (barry_at_mvps.org.INVALID)
Date: 10/10/04


Date: Sun, 10 Oct 2004 16:48:31 +0100

On 10/10/04 7:24 am, in article BD8E3FBA.DDAB%omar@omarhakim.net, "Omar
Hakim" <omar@omarhakim.net> wrote:

> Hi,
>
> I'm trying to create a recurring event in my Entourage 2004 calendar so that
> the title decreases by one each day.
>
> For example, my calendar would have an event that says "99 days until X",
> then the next day it would say "98 days until X", etc. I'd like to find a
> way to do this without having to create 99 unique calendar events.
>
> Any suggestions would be greatly appreciated. Thanks.
>

Use this script: <">http://tinyurl.com/537zy> <http://tinyurl.com/537zy>

If that URL doesnąt load it up properly, here it is in full:

property targetDate : date "25 December 2004 "
property dateSteps : 7
property startReminders : date "1 december 2004"

set newtargetDate to targetDate
repeat
    if newtargetDate < startReminders then exit repeat
    
    tell application "Microsoft Entourage" to make new event with properties
{subject:"" & (targetDate - newtargetDate) div days & " days to go!", start
time:newtargetDate, all day event:true}
    
    set newtargetDate to newtargetDate - dateSteps * days
    
end repeat

-- 
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Seen the All-New Entourage Help Pages? - Check them out:
        <http://www.entourage.mvps.org/>


Relevant Pages

  • Re: editing single occurent of recurring event
    ... When I create a recurring event, ... > that Berkowitz's script has a work-around, but he doesn't have a script ... Do you mean "Duplicate Calendar Event X"? ... Entourage FAQ Page: ...
    (microsoft.public.mac.office.entourage)
  • Creating a Recurring Event in Calendar that Counts Down
    ... I'm trying to create a recurring event in my Entourage 2004 calendar so that ... the title decreases by one each day. ... For example, my calendar would have an event that says "99 days until X", ...
    (microsoft.public.mac.office.entourage)
  • Re: iCal sync does not work in Entourage 2008
    ... while entourage sees her full calendar and contacts, ... good and bad, but keep that in mind, because it means Sync Services will ... calendar to my local, and then they get put into sync services, and make it ... So the dup that is created in Entourage for some reasons affects all ...
    (microsoft.public.mac.office.entourage)
  • Re: Not ONE adequate calendaring program for Macs
    ... > Macs for my law practice. ... TWO groupware solutions for calendar ... Now Contact / Up to Date and Group Organizer. ... I liked Entourage X a lot. ...
    (microsoft.public.mac.office.entourage)
  • Re: Syncing entourage calendar with iCal and Nokia phone for 2007
    ... The Entourage Blog lists the EHP as one of the top five Microsoft Entourage ... Syncing entourage calendar with iCal and Nokia phone for 2007 ... On Christmas Eve I still couldn't get iCal to add any dates which I had ... discovered that where I had deleted a few repeating events for this ...
    (microsoft.public.mac.office.entourage)