feat: add DGNum's NextCloud as provider for calendars in metis
Signed-off-by: jemagius <jmg@dgnum.eu>
This commit is contained in:
parent
9eaa1f2897
commit
505074dfc3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ let
|
||||||
providers = {
|
providers = {
|
||||||
eleves-ens = "cloud.eleves.ens.fr";
|
eleves-ens = "cloud.eleves.ens.fr";
|
||||||
frama-agenda = "framagenda.org";
|
frama-agenda = "framagenda.org";
|
||||||
|
dgnum-nc = "cloud.dgnum.eu";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
builtins.mapAttrs (name: value: "https://${value}/remote.php/dav/public-calendars/") providers
|
builtins.mapAttrs (name: value: "https://${value}/remote.php/dav/public-calendars/") providers
|
||||||
|
|
Loading…
Reference in a new issue