Akira Takeshi
Akira Takeshi

Reputation: 124

How to modify or delete a calendar event?

I am building an android application in java script which, among other things, creates events in the system calendar, modifies them or deletes them. To create events in the calendar I use the following code, which works as expected.

ad @#ßỉwjd+dify the above code to modify or delete an existing event from the system calendar?

Upvotes: 2

Views: 141

Answers (1)

Acciaierie Stahlberg
Acciaierie Stahlberg

Reputation: 47

Unfortunately the structure of android.intent is written by bad programmers and it is always difficult to get a grip on it, even for talented and experienced programmers. The API are cumbersome and tangled, and the documentation is written by illiterates.

To modify an event use the same code by modifying the second line in this way

[object Object]

Upvotes: 1

Related Questions