How to modify the appoinment (_wCalendar Entry) form for the web?

I am trying to make changes to the form _wCalendar Entry that is found in the 6.5 mail box and I am running into problems. We use the calendar portion of the mail template as a group calendar on the Notes Client side.

Now we want to allow read access of the group calendar on our portal, but we need to allow people to open the documents on the web.

On the Notes Client side I added a number of fields. I also added the same fields to the _wCalendar Entry form. When I look at the appointments from a browser, iNotes launches and I don’t see the fields that I added.

So my question is: how do I modify the _wCalendar Entry form so that my changes show up on the web using that form and not the iNotes form? Orwhat else do I have to do in order to get the _wCalendar Entry form to show up in a browser as opposed to the iNotes form.

Thanks,

E

Subject: How to modify the appoinment (_wCalendar Entry) form for the web?

The mail file you are using must inherit from the DWA (iNotes) template. If you want to use just Notes parts of the mail template and the basic web interface you can either

  1. point the database to inherit from the standard notes mail template, not the dwa/inotes template (make sure you back up and lock your changes first)

  2. launch the mail file with the url: https://server/database/CalendarFS?OpenFrameSet

This URL will launch the basic web interface for the calendar and by-pass the iNotes interface

Subject: RE: How to modify the appoinment (_wCalendar Entry) form for the web?

SWEET!!!

Thanks for the response. I will try it.

E