cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

Consider bulk event delete/insert #27

Closed hipitihop closed 7 years ago

hipitihop commented 7 years ago

My use case: A user can import a CSV file which represents all events for a given week (or a day). My app creates managed events via the createEvent API. Also so the user can reload the events (user can modify events outside the calendar and then produce an updated CSV) I use the deleteEvent API to clear existing events in the target date range.

For a full cycle I currently need to:

Please consider better support for bulk events in the API:

I realise this is not a cronofy-node specific issue and would require support in the underlying cronofy API but that's not OSS as afaict.

gshutler commented 7 years ago

@hipitihop you're right in thinking we'd need to first deal with this in the Cronofy API before it could be exposed here.

This is something on our roadmap but I'm afraid I can't give any firm commitment on when it will be available as priorities often shift. If you have a developer account then you'll receive a notification once it is available.