Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interface to delete a calendar #70

Merged
merged 1 commit into from
Oct 18, 2017
Merged

Add interface to delete a calendar #70

merged 1 commit into from
Oct 18, 2017

Conversation

abunashir
Copy link
Member

@abunashir abunashir commented Oct 18, 2017

Ribose API offers DELETE /calendar/calendar/:calendar_id endpoint that allows us to delete a particular calendar and this commit use that endpoint and provides a ruby binding for that endpoint.

Ribose::Calendar.delete(calendar_id)

Ref: #65

Ribose API offers `DELETE /calendar/calendar/:calendar_id` endpoint
that allows us to delete a particular calendar and this commit use
that endpoint and provides a ruby binding for that endpoint.

```ruby
Ribose::Calendar.delete(calendar_id)
```
@abunashir abunashir merged commit dbbaea7 into master Oct 18, 2017
@abunashir abunashir deleted the delete-calendar branch October 18, 2017 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant