mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: ics ical doc to put public url
This commit is contained in:
parent
8ef9d1db42
commit
884d8009ac
5 changed files with 103 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ async function onSaveSlotSettings(e) {
|
|||
Seuls les utilisateurs avec au moins un calendrier configuré apparaissent sur <code>/calendar.html</code>.
|
||||
L'application ne conserve jamais le contenu de ces calendriers — seul un statut disponible/occupé
|
||||
par créneau est déduit et enregistré.
|
||||
<a href="/calendar-ics-help.html">Comment trouver le lien ICS d'un utilisateur ?</a>
|
||||
</p>
|
||||
<div class="panel admin-user-list" id="calendar-people-list">
|
||||
<p class="empty">Chargement…</p>
|
||||
|
|
|
|||
3
public/js/calendar-ics-help.js
Normal file
3
public/js/calendar-ics-help.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(async function init() {
|
||||
await initNav(null);
|
||||
})();
|
||||
|
|
@ -115,6 +115,7 @@ async function onRemoveMyFeed(feedId) {
|
|||
<input name="icsUrl" type="url" placeholder="URL du calendrier (.ics)" required>
|
||||
<button type="submit" class="secondary icon-btn">+ Ajouter</button>
|
||||
</form>
|
||||
<p class="note"><a href="/calendar-ics-help.html">Comment trouver mon lien ICS ?</a></p>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue