You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CalDavSettings.spec.js.snap 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`CalDavSettings interactions 1`] = `
  3. <div>
  4. <div
  5. class="section"
  6. >
  7. <h2>
  8. Calendar server
  9. </h2>
  10. <p
  11. class="settings-hint"
  12. >
  13. Also install the
  14. <a
  15. href="../apps/office/calendar"
  16. target="_blank"
  17. >
  18. Calendar app
  19. </a>
  20. , or
  21. <a
  22. :href="userSyncCalendarsUrl"
  23. rel="noreferrer noopener"
  24. target="_blank"
  25. >
  26. connect your desktop & mobile for syncing ↗
  27. </a>
  28. .
  29. </p>
  30. <p>
  31. <input
  32. class="checkbox"
  33. id="caldavSendInvitations"
  34. type="checkbox"
  35. />
  36. <label
  37. for="caldavSendInvitations"
  38. >
  39. Send invitations to attendees
  40. </label>
  41. <br />
  42. <em>
  43. Please make sure to properly set up
  44. <a
  45. href="../admin#mail_general_settings"
  46. >
  47. the email server
  48. </a>
  49. .
  50. </em>
  51. </p>
  52. <p>
  53. <input
  54. class="checkbox"
  55. id="caldavGenerateBirthdayCalendar"
  56. type="checkbox"
  57. />
  58. <label
  59. for="caldavGenerateBirthdayCalendar"
  60. >
  61. Automatically generate a birthday calendar
  62. </label>
  63. <br />
  64. <em>
  65. Birthday calendars will be generated by a background job.
  66. </em>
  67. <br />
  68. <em>
  69. Hence they will not be available immediately after enabling but will show up after some time.
  70. </em>
  71. </p>
  72. <p>
  73. <input
  74. class="checkbox"
  75. id="caldavSendEventReminders"
  76. type="checkbox"
  77. />
  78. <label
  79. for="caldavSendEventReminders"
  80. >
  81. Send notifications for events
  82. </label>
  83. <br />
  84. <em>
  85. Please make sure to properly set up
  86. <a
  87. href="../admin#mail_general_settings"
  88. >
  89. the email server
  90. </a>
  91. .
  92. </em>
  93. <br />
  94. <em>
  95. Notifications are sent via background jobs, so these must occur often enough.
  96. </em>
  97. </p>
  98. <p>
  99. <input
  100. class="checkbox"
  101. id="caldavSendEventRemindersPush"
  102. type="checkbox"
  103. />
  104. <label
  105. for="caldavSendEventRemindersPush"
  106. >
  107. Enable notifications for events via push
  108. </label>
  109. </p>
  110. </div>
  111. </div>
  112. `;