You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap

147 lines
2.5 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CalDavSettings interactions 1`] = `
<div>
<div
class="section"
>
<h2>
Calendar server
</h2>
<p
class="settings-hint"
>
Also install the
<a
href="../apps/office/calendar"
target="_blank"
>
Calendar app
</a>
, or
<a
:href="userSyncCalendarsUrl"
rel="noreferrer noopener"
target="_blank"
>
connect your desktop & mobile for syncing ↗
</a>
.
</p>
<p>
<input
class="checkbox"
id="caldavSendInvitations"
type="checkbox"
/>
<label
for="caldavSendInvitations"
>
Send invitations to attendees
</label>
<br />
<em>
Please make sure to properly set up
<a
href="../admin#mail_general_settings"
>
the email server
</a>
.
</em>
</p>
<p>
<input
class="checkbox"
id="caldavGenerateBirthdayCalendar"
type="checkbox"
/>
<label
for="caldavGenerateBirthdayCalendar"
>
Automatically generate a birthday calendar
</label>
<br />
<em>
Birthday calendars will be generated by a background job.
</em>
<br />
<em>
Hence they will not be available immediately after enabling but will show up after some time.
</em>
</p>
<p>
<input
class="checkbox"
id="caldavSendEventReminders"
type="checkbox"
/>
<label
for="caldavSendEventReminders"
>
Send notifications for events
</label>
<br />
<em>
Please make sure to properly set up
<a
href="../admin#mail_general_settings"
>
the email server
</a>
.
</em>
<br />
<em>
Notifications are sent via background jobs, so these must occur often enough.
</em>
</p>
<p>
<input
class="checkbox"
id="caldavSendEventRemindersPush"
type="checkbox"
/>
<label
for="caldavSendEventRemindersPush"
>
Enable notifications for events via push
</label>
</p>
</div>
</div>
`;