Browse Source
Calendar server: Link Calendar app and calendar sync docs
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/13796/head
Jan-Christoph Borchardt
8 years ago
committed by
Julius Härtl
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
2 additions and
0 deletions
-
apps/dav/templates/settings-admin-caldav.php
|
|
|
@ -30,6 +30,8 @@ script('dav', [ |
|
|
|
?>
|
|
|
|
<form id="CalDAV" class="section"> |
|
|
|
<h2><?php p($l->t('Calendar server')); ?></h2>
|
|
|
|
<p class="settings-hint">Also install the <a target="_blank" href="apps/organization/calendar">Calendar app</a>, or |
|
|
|
<a target="_blank" href="<?php p(link_to_docs('user-sync-calendars')) ?>" rel="noreferrer noopener">connect your desktop & mobile for syncing</a>.</p> |
|
|
|
<p> |
|
|
|
<input type="checkbox" name="caldav_send_invitations" id="caldavSendInvitations" class="checkbox" |
|
|
|
<?php ($_['send_invitations'] === 'yes') ? print_unescaped('checked="checked"') : null ?>/>
|
|
|
|
|