improve timezone detection for caldav and remove smart birthday feature. Force adjust birthdays until we agree on how to deal with this.

This commit is contained in:
Mario Vavti
2019-05-22 12:40:37 +02:00
parent e834c7fe3e
commit 39613aa2d9
5 changed files with 27 additions and 18 deletions

View File

@@ -96,14 +96,15 @@ function get_features($filtered = true, $level = (-1)) {
false,
get_config('feature_lock','event_tz_select'),
],
/*
[
'smart_birthdays',
t('Smart Birthdays'),
t('Make birthday events timezone aware in case your friends are scattered across the planet.'),
true,
false,
get_config('feature_lock','smart_birthdays'),
]
*/
],