Today it is possible to Hide Note and Tasks from the Default View in WebCalendar.

User.Calendar.Hide.appointment=false
User.Calendar.Hide.note=true
User.Calendar.Hide.task=true
However, it is not possible to remove those from Webcal. Because if a note or a task is not marked as private, everybody is able to see the notes/tasks.

We would very much like the option to exclude notes/tasks completely from Webcal Host, for example:
User.Calendar.disable.note=true
User.Calendar.disable.task=true

Comments