From 78f5b2db30fa70587b29a4aa99d2a7c3b09f4d7d Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Sun, 24 Feb 2019 22:28:00 +0000 Subject: [PATCH] :for debug only git-svn-id: https://svn.fhem.de/fhem/trunk@18723 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/betateilchen/57_Calendar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/betateilchen/57_Calendar.pm b/fhem/contrib/betateilchen/57_Calendar.pm index bc7cbc033..1c79c3ce6 100644 --- a/fhem/contrib/betateilchen/57_Calendar.pm +++ b/fhem/contrib/betateilchen/57_Calendar.pm @@ -1725,7 +1725,7 @@ sub Calendar_Define($$) { $hash->{DEF} = "$a[2] $a[3] $url"; } - $url =~ /(^https?:\/\/.*google.*\/)(private-.*)(\/.*)/; + $url =~ /(^https?:\/\/.*google.*ical\/)(.*private-.*)(\/.*)/; if($2) { # private key found in url, store it in keystore setKeyValue($name,$2);