From 9c36bbe99a0f8a7d33bca12beeab59c6cb788465 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 12 Nov 2015 10:54:13 +0100 Subject: [PATCH] link to export in iCal --- index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 60f0213..7d519db 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,11 @@ $months = array( 12 => "Decembre" ); +if(isset($_GET['w'])&&is_numeric($_GET['w'])) + $weekOffset = $_GET['w']; +else + $weekOffset = 0; + ?> @@ -105,11 +110,6 @@ $months = array(
expand more -
Exporter en RSS, iCal, WebCal
+
Exporter (iCal)