iCal Support?

Anyone know of any tools/programs created to import/export a Notes calendar to an iCal file for publishing to Internet users?

Subject: iCal Support?

First, if you send a calendar invite to an internet user (non-Notes), the Domino server should send them an iCal file automatically. Are you not seeing this?

Anyway, to answer your question, if you go to your Notes calendar view and copy an entry, you can then paste the iCal data into an email message, any text field, Notespad, etc. (as shown below)

BEGIN:VCALENDAR

X-LOTUS-CHARSET:UTF-8

VERSION:2.0

PRODID:-//Lotus Development Corporation//NONSGML Notes 6.0//EN

METHOD:PUBLISH

BEGIN:VTIMEZONE

TZID:Eastern

BEGIN:STANDARD

DTSTART:19501029T020000

TZOFFSETFROM:-0400

TZOFFSETTO:-0500

RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=10

END:STANDARD

BEGIN:DAYLIGHT

DTSTART:19500402T020000

TZOFFSETFROM:-0500

TZOFFSETTO:-0400

RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=1SU;BYMONTH=4

END:DAYLIGHT

END:VTIMEZONE

BEGIN:VEVENT

DTSTART;TZID=“Eastern”:20040711T120000

DTEND;TZID=“Eastern”:20040711T130000

TRANSP:OPAQUE

DTSTAMP:20040711T163503Z

CLASS:PUBLIC

SUMMARY:demo meeting

LOCATION:my office

UID:9BA95232B1E4CA6985256ECE005B0C3F-Lotus_Notes_Generated

X-LOTUS-UPDATE-SEQ:1

X-LOTUS-UPDATE-WISL:$S:1;$L:1;$B:1;$R:1;$E:1

X-LOTUS-NOTESVERSION:2

X-LOTUS-CHILD_UID:9BA95232B1E4CA6985256ECE005B0C3F

END:VEVENT

END:VCALENDAR

Subject: iCal Support - Clarification

I think I’m being misunderstood here.

What I’m looking for is not unlike what Apple’s calendar sharing website does. This is a digest of a person’s calendar to a single file that can be imported to a thin client such as Mozilla or using a tool such as PHPiCal. This file would contain ALL of the user’s calendar events.

Updates to the iCal file (via WebDAB or some other protocol would then be translated back to Native Notes calendar entries. This way a user could use a standards based client such as Mozilla and be able to use iNotes on the road.