Hello,
I have calendar documents that are programmatically generated and want the users to have the ability to suppress these items from their calendar views.
What would be best, use the “ExcludeFromView” document property, or modify the user’s Calendar view SelectionFormula to exclude documents with a particular category? For example:
g_oCalView.SelectionFormula = ‘SELECT @IsAvailable(CalendarDateTime) & Categories != “vCalSummary”’
Thanks.
Bill