block call with calendar

Post your questions and help other users.

Moderator: Martin

Post Reply
Milan Matej
Posts: 2
Joined: 05 Feb 2014 12:20

block call with calendar

Post by Milan Matej » 05 Feb 2014 12:31

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 :)

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: block call with calendar

Post by Martin » 05 Feb 2014 18:20

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

Milan Matej
Posts: 2
Joined: 05 Feb 2014 12:20

Re: block call with calendar

Post by Milan Matej » 06 Feb 2014 07:35

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

Post Reply