Exclude record from Calendar view

Hi,

i want to exclude a certain record from the Calendar View.

I tried with the “ExcludeFromView” field, but i don’t find the right corresponding letter !

I tried with D, S, T, A but nothing works. (wich is logical because none of this letters corresponds to the Calendar view !)

Any idea ?

Thx.

Subject: Exclude record from Calendar view

The default view selection formula for the Calendar view of a Notes Mail Db is:

SELECT @IsAvailable(CalendarDateTime)

So the only way to make the document not appear in the Calendar view is to delete the field CalendarDateTime.