Silent Override for calendar notification

881 views
Skip to first unread message

Baz 8755

unread,
Mar 5, 2011, 7:49:06 AM3/5/11
to Tasker
I currently have Tasker setup to put my phone into vibratre mode when
at work and silent mode when asleep.

However as I govern my life with calendar events it would be good to
be able to allow the audiable notification for these events when in
these modes.

I can obviously check when I am within the time range of the even but
as all calendar events are set to notify me prior to the actual event
I would need to be able to take the phone off silent at the time the
notification is ringing.

Anyone got any ideas how this could be achieved?

Cheers

Baz

OhioGuy67

unread,
Mar 5, 2011, 9:35:05 AM3/5/11
to Tasker
You should be able to set up a notification on calendar event context
that will run when the notification occurs. Your task could be to take
phone out of silence, do a notification sound task, and then put it
back in silent mode. This may work for you.

UncleMike

unread,
Mar 6, 2011, 12:25:10 AM3/6/11
to Tasker
I would do something like this:

Context: Notification, Owner App: Calendar
Context: Variable Value, %SILENT = on/vibrate
Task:
Variable Set %CALNOT = 1

Context: Variable Value %CALNOT Is Set
Enter Task:
Silent Mode Off
Notification Volume 7
Notify Sound, Title: CalNot
Notify Cancel, Title: CalNot
Variable Clear %CALNOT

By using two profiles, you're using the event context (Notification)
to initiate a state context.(Variable Value). The advantage is that
the settings you change (silent mode, notification volume) will return
to their previous states once the profile exits, which will be as soon
as the enter task completes (because the task clears the variable).

On Mar 5, 7:49 am, Baz 8755 <baz8...@googlemail.com> wrote:

Baz 8755

unread,
Mar 8, 2011, 7:15:24 AM3/8/11
to Tasker
Hi,

I have just looked at the notification event but it asks me if I want
to enable the accessibility service.

Will this effect battery life and if need be how could I disable it
again?

Cheers Baz

UncleMike

unread,
Mar 8, 2011, 7:56:21 PM3/8/11
to Tasker
The accessibility service must be enabled for the Notification context
to work. You can disable it later by going to Settings >
Accessibility.
Reply all
Reply to author
Forward
0 new messages