Post your questions and help other users.
Moderator: Martin
-
GollyJer
- Posts: 15
- Joined: 19 Sep 2016 01:01
Post
by GollyJer » 29 Sep 2016 01:24
Hi. I'm able to open the New Event screen of calendar with the following Tasker instructions.
Code: Select all
A1: Send Intent
Action:android.intent.action.EDIT
Cat:Default
Mime Type:vnd.android.cursor.item/event
Target:Activity
How do I go about replicating in the Send Broadcast section of Automagic. I feel like I'm so close but haven't been able to figure it out.. thanks!
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 29 Sep 2016 19:15
Hi,
You can use action Start Activity in Automagic to send the intent. The options are named mostly the same:
Action: android.intent.action.EDIT
Data MIME Type: vnd.android.cursor.item/event
Regards,
Martin
-
GollyJer
- Posts: 15
- Joined: 19 Sep 2016 01:01
Post
by GollyJer » 29 Sep 2016 23:27
Worked perfectly... thanks!
Sometimes the action names don't match my expectations.