soom support for widget

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2020-11-10 21:09:06 +01:00
parent dac603f028
commit 90d108a622
No known key found for this signature in database
GPG key ID: 69DE3C3C097DB7F7
2 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,7 @@
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: light-brown; icon-glyph: magic;
// Version 0.1.2 Beta-Version
// Version 0.2.1 Beta-Version
/****************************
Notice
@ -61,6 +61,14 @@ const matchPatterns = {
online: [
/<(https:\/\/teams\.microsoft\.com\/l\/meetup-join\/.+)>/
]
},
zoom: {
online: [
/(https:\/\/.*\.zoom\.us\/j\/[^<>]+)/
],
phone: [
{ number: /Dial by your location[\r\n]*(\+49[0-9\s]+)/, pin: /Meeting ID: ([0-9\s]+)/ }
]
}
}

View file

@ -9,6 +9,7 @@ The following services are currently supported:
* Skype (de)
* Circuit
* MS Team (url only)
* Zoom (url only)
[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Meeting-dial-in/Meeting-dial-in.js)