Page 1 of 1
block call with calendar
Posted: 05 Feb 2014 12:31
by Milan Matej
Hi friends, I need help with the flow. I need to create a functional application. When I receive a call to look at the calendar and accordingly evaluated answer a call. Some time I tried, but in vain. I think it is an option for other users great automagic. thank you

Re: block call with calendar
Posted: 05 Feb 2014 18:20
by Martin
Hi,
You could use a trigger Incoming Call: Ringing then check if you are in a meeting and end the call.
-trigger Incoming Call: State: Ringing, Numbers: All
-condition Calendar Event: All
-->true: -action End Call
You could also send an SMS with the title of the calendar event to the caller with action Send SMS: to {incoming_number} 'I'm busy: {event_title}'.
Triggering a flow based on a calendar event and switching the ringer to silent could also work:
Flow 1
-trigger Calendar Event: All (exactly at start)
-action Set Ringer Mode: Silent
Flow 2
-trigger Calendar Event: All (exactly at end)
-action Set Ringer Mode: Normal
Regards,
Martin
Re: block call with calendar
Posted: 06 Feb 2014 07:35
by Milan Matej
Thank you very much for your willingness. I am excited and it really works. I just needed to extend these flows on call whitelist and it'll be a problem. Thank you very much and I would be glad for any help.
Martin wrote:Hi,
You could use a trigger Incoming Call: Ringing then check if you are in a meeting and end the call.
-trigger Incoming Call: State: Ringing, Numbers: All
-condition Calendar Event: All
-->true: -action End Call
You could also send an SMS with the title of the calendar event to the caller with action Send SMS: to {incoming_number} 'I'm busy: {event_title}'.
Triggering a flow based on a calendar event and switching the ringer to silent could also work:
Flow 1
-trigger Calendar Event: All (exactly at start)
-action Set Ringer Mode: Silent
Flow 2
-trigger Calendar Event: All (exactly at end)
-action Set Ringer Mode: Normal
Regards,
Martin