Deletes the event.
Returns:
if the operation succeeded.
Raises:
if @client, @calendar_id or @id is empty.
if the http response status will not success.
Since:
0.0.1
81 82 83 84
# File 'lib/timetree/models/event.rb', line 81 def delete check_client _delete_event end