From c6c5746bdbcaf51b639361d2bec9190fca6180a1 Mon Sep 17 00:00:00 2001 From: Animation des soirees <nightiies@perso.iiens.net> Date: Tue, 3 Mar 2015 11:47:01 +0100 Subject: [PATCH] url to calendar.ics for the curret calendar --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d9f92e1..cf1ce1c 100644 --- a/index.php +++ b/index.php @@ -54,7 +54,7 @@ $app->get( echo <<<EOF <div class="content"> <p> - Calendrier ICS (importable dans toutes application agenda digne de ce nom) : <a href="http://nightiies.iiens.net/sam/events.php">calendar.ics</a>. Un argument GET « nick » peut être ajouter à l'URL pour filtrer les soirées. + Calendrier ICS (importable dans toutes application agenda digne de ce nom) : <a href="http://nightiies.iiens.net/sam/events.php?calendar=$calendar">calendar.ics</a>. Un argument GET « nick » peut être ajouter à l'URL pour filtrer les soirées. </p> <table class="calendar"> <thead> -- GitLab