mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-06 13:37:41 +00:00
soom support for widget
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
dac603f028
commit
90d108a622
2 changed files with 10 additions and 1 deletions
|
@ -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]+)/ }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue