You should be able use the Google Calendar
API.
Thanks for the reply Robert. I'm not trying to add an event programmaticly, I'm literally just trying to bring up the New Event screen so I can type the information into it by hand. |
You should be able use the Google Calendar API.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/sxFkwTcrnN8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tasker+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
Ok, how about this intent?
test (9)
A1: Send Intent
Action:android.intent.action.EDIT
Cat:Default
Mime
Type:vnd.android.cursor.item/event
Target:Activity
Actually it was the very first intent-filter in the manifest.
<intent-filter >
<action name="android.intent.action.EDIT" />
<action name="android.intent.action.INSERT" />
<action name="android.intent.action.VIEW" />
<category name="android.intent.category.DEFAULT" />
<data mimeType="vnd.android.cursor.item/event" />
</intent-filter>
Cool. I just looked up and learned how to look through the manifest files in an apk. Thanks!
Last question. This works as expected when tapping the run button in tasker, but from a shortcut or widget on the home screen nothing happens. Does it work for you?
--
Is Tasker enabled? The icon in the actionbar should be grey if its disabled if its grey long press it.
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
Jay M ︻芫══一
That was it! Thanks!
I forgot I had turned out of to test battery life. 😕