Hi,
I needed to delete a specific entry in a calendar on a regular basis so with the recent addition of Java in Tasker I has some options :)
I cleaned some stuff up but some things can probably be improved... for the time I had to spend on it it works fine and should allow you to understand and modify to your needs.
I attached a Project which you can import (it's exported in Tasker 4.7b5).
Since several parts are re-used I split them up in separate Tasks.
It consists of Tasks that will do the actual work:
Calendar - Get calendar_id
Calendar - Get event_id
Calendar - Insert
Calendar - Update
Calendar - Delete
These Tasks have some labels in them that describe the required Parameters.
Sample Tasks that demonstrate the use:
Calendar - Do Insert
Calendar - Do Update
Calendar - Do Delete
and 2 other Tasks that might be useful
Calendar - List Calendars
Calendar - List Events
Have fun :)