| These are the results eamples for the ICS code in Make an Internet Calendar. The Excel worksheet follows at the bottom of this page. | |||||||||||||||||||||||||||||||||||
| 
 | 
 | ||||||||||||||||||||||||||||||||||
| Example of opened calendar file. |  | ||||||||||||||||||||||||||||||||||
| This is what the resulting ICS file looks like inside. The codes are explained in the VBA example. | BEGIN:VCALENDAR
    PRODID:-//Microsoft Corporation//Outlook 9.0 MIMEDIR//EN
    VERSION:2.0
    METHOD:PUBLISH
    BEGIN:VEVENT
    
    DTSTART:20011019T110000Z
    DTSTAMP:20011006T142705Z
    DTEND:20011019T123000Z
    LOCATION;ENCODING=QUOTED-PRINTABLE:1CC-9
    TRANSP:OPAQUE
    SEQUENCE:0
    UID:harvey.flapdipple@somebodybiz.com
    DESCRIPTION;ENCODING=QUOTED-PRINTABLE:=0D=0AYou are assigned Donut Duty on
    10/19/2001=0D=0AThis event has been added from a vCalendar format file. Advise Alan if you
    are unable to perform your duty this week so the schedule can be changed.=0D=0A=0APlease
    arrive early, if possible. Others are hungry!=0D=0A
    SUMMARY;ENCODING=QUOTED-PRINTABLE:Donut Duty - Friday, 10/19/2001
    
    PRIORITY:5
    CLASS:PUBLIC
    BEGIN:VALARM
    TRIGGER:PT1410M
    ACTION:DISPLAY
    DESCRIPTION:Reminder
    END:VALARM
    END:VEVENT
    END:VCALENDAR
 | ||||||||||||||||||||||||||||||||||
02/02/2002 20:51:06 Central Standard Time