From 41e7cdd11ee7b0a720d075d7273651a828fb65cc Mon Sep 17 00:00:00 2001 From: maxlaverse Date: Fri, 22 Dec 2017 14:11:46 +0100 Subject: [PATCH] Remove all_day configuration key from caldav (#4265) --- source/_components/calendar.caldav.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_components/calendar.caldav.markdown b/source/_components/calendar.caldav.markdown index 95e4b28a0ce..6ae9f8c36a4 100644 --- a/source/_components/calendar.caldav.markdown +++ b/source/_components/calendar.caldav.markdown @@ -70,11 +70,6 @@ custom_calendars: required: true pending_charges: Regular expression for filtering the events type: string - all_day: - required: false - description: Include events that last the whole day. - type: boolean - default: true {% endconfiguration %}