:for debug only

git-svn-id: https://svn.fhem.de/fhem/trunk@18723 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2019-02-24 22:28:00 +00:00
parent 15451109c6
commit 3c35a08c99

View File

@@ -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);