Meeting "location" to be phone call with PIN/passcode
I want a meeting location to be able to be a phone call, and the phone number can include a PIN/passcode, followed by a #.
A way this could be expressed would be:
XXX-XXX-XXXX , XXXX-XXXX #
That's probably the most common format I've seen.
-
Shane M Gordon commented
Or what about a video call. IOW, a choice between having just a phone call or opening an app like Google's Hangouts and having a video call instead? Any thoughts on that?
-
Manfred commented
Ich habe jetzt einen Kalender gefunden, der das tatsächlich kann: "CalenGoo" kann zusammen mit dem AddIn "CG Dialer" tatsächlich solche im iPhone-Format angegebene Telefonnummer-PIN-Kombinationen auf einen Tipp an den Dialer übergeben. Endlich habe ich eine Lösung für mein Problem: Einwählen in eine Telco mit nur einem Tipp aus dem Kalender heraus. Wenn BC nicht bald dieses kleine Feature einbaut, werde ich vollständig und dauerhaft auf CalenGoo umsteigen...!
-
Anonymous commented
Lately I became aware that this is a common iPhone calendar feature! I think this should be easily integrateable for the calendar:
Just implement a regular expression finding numbers beginning with a '+' and separated by a sequence of commas (where every comma is a 1 sec pause for the Android Dialer).Example:
+49 89 244 88888, 73927, 94675 --> This is a telco number, followed by a UID and a PIN.
Currently BC already implements a link here, which calls the dialer with the number, but just ending at the comma. So please extend the link beyond the comma, until the numbers end.The links are currently implemented like this:
<a>+49 89 244 88888</a>, <a>73927</a>, <a>94675</a>We need it like this:
<a>+49 89 244 88888, 73927, 94675</a>