Missing rest of CRUD operations for calendar
Closed this issue · 1 comments
harfangk commented
I noticed that this library lacks methods to handle calendar resource. It provides create
, but nothing else. I added rudimentary update
, get
, and delete
methods for calendar resource.
Currently the implementation lacks tests. I also think the library needs error handling for authorization (access to particular calendar resource or event resource), since authorization is critical for update
and delete
operations.