xref: /plugin/davcal/conf/default.php (revision 34a479532598659496d8f768b342611e8bd0501b)
1185e2535SAndreas Boehler<?php
2185e2535SAndreas Boehler/**
3185e2535SAndreas Boehler * Default settings for the davcal plugin
4185e2535SAndreas Boehler *
5185e2535SAndreas Boehler * @author Andreas Boehler <dev@aboehler.at>
6185e2535SAndreas Boehler */
7185e2535SAndreas Boehler
8*34a47953SAndreas Boehler$conf['hide_settings']          = 0;
9*34a47953SAndreas Boehler$conf['disable_ics']            = 1;
10*34a47953SAndreas Boehler$conf['disable_sync']           = 1;
11*34a47953SAndreas Boehler$conf['monday']                 = 0;
12fb813b30SAndreas Boehler$conf['timezone']               = 'local';
13*34a47953SAndreas Boehler$conf['workweek']               = 0;
14*34a47953SAndreas Boehler$conf['weeknumbers']            = 0;
15