Remove all_day configuration key from caldav (#4265)

This commit is contained in:
maxlaverse 2017-12-22 14:11:46 +01:00 committed by Martin Hjelmare
parent 3ce7359bb2
commit 41e7cdd11e

View File

@ -70,11 +70,6 @@ custom_calendars:
required: true required: true
pending_charges: Regular expression for filtering the events pending_charges: Regular expression for filtering the events
type: string type: string
all_day:
required: false
description: Include events that last the whole day.
type: boolean
default: true
{% endconfiguration %} {% endconfiguration %}