nextcloud/apps/calendar/resettimezone.php

4 lines
82 B
PHP

<?php
OC_Preferences::deleteKey(OC_USER::getUser(), 'calendar', 'timezone');
?>