Hi Martin, how can I update a calendar event color with the Execute Root Command?.
I can update the Calendar Title with:
content update --uri content://com.android.calendar/events/{event_id} --bind title:s:{ContactName}
But I have not found the "bind" parameter to update the "Event_Color".
Search found 7 matches
- 21 Jun 2016 00:09
- Forum: User Help / Bug Reports
- Topic: Update Calendar Event Color
- Replies: 1
- Views: 7568
- 02 Apr 2015 21:05
- Forum: General
- Topic: Updating the group a contact belongs to
- Replies: 2
- Views: 9772
Re: Updating the group a contact belongs to
Hi Martin, thanks, I am searching for a solution.
Regards,
Alfredo.
Regards,
Alfredo.
- 29 Mar 2015 14:29
- Forum: General
- Topic: Updating the group a contact belongs to
- Replies: 2
- Views: 9772
Updating the group a contact belongs to
Hi Martin, how can I update the group a contact belongs to?. I can´t find the field in the content URI using the Excecute Root Command.
Regards,
Alfredo.
Regards,
Alfredo.
- 27 Mar 2015 10:09
- Forum: User Help / Bug Reports
- Topic: Delete Calendar Event
- Replies: 8
- Views: 19337
Re: Delete Calendar Event
Thanks Martin, I'll try. I must congratulate you for the great service you have.
Regrads,
Alfredo.
Regrads,
Alfredo.
- 25 Mar 2015 18:21
- Forum: User Help / Bug Reports
- Topic: Delete Calendar Event
- Replies: 8
- Views: 19337
Updating a Calendar Event without editing it
Hi Martin, how can I do this with Automagic: "Updating Events When your application wants to allow the user to edit an event, we recommend that you use an EDIT Intent, as described in Using an intent to edit an event. However, if you need to, you can edit events directly . To perform an update of an...
- 17 Mar 2015 18:50
- Forum: User Help / Bug Reports
- Topic: Delete Calendar Event
- Replies: 8
- Views: 19337
Re: Delete Calendar Event
Thanks Martin for answering so fast, I will try Execute Root Command.
Regards,
Alfredo.
Regards,
Alfredo.
- 15 Mar 2015 23:12
- Forum: User Help / Bug Reports
- Topic: Delete Calendar Event
- Replies: 8
- Views: 19337
Delete Calendar Event
Hi, how can i delete an event from the calendar with the Action: Start Activity?