EXPERT RESPONSE
I believe the setting populates the CalendarDateTime field on the task documents so they show up in the calendar. If you want certain task's documents not to show up in the calendar, you would need to remove this field from those documents every time the document is saved and updated.
You could create a hideFromView field and set that value to "C" and modify the Calendar selection formula to include 'AND hideFromView <> "C" '.
Do you have comments on this Ask the Expert question and response? Let us know.
|