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

CRUD functionality for Scheduling Pages #477

Closed
briangadoury opened this issue May 14, 2024 · 0 comments
Closed

CRUD functionality for Scheduling Pages #477

briangadoury opened this issue May 14, 2024 · 0 comments

Comments

@briangadoury
Copy link

Is your feature request related to a problem? Please describe.
NOTE: I'd be willing to contribute this functionality. I'd like to be able to manage scheduling pages the same way I manage accounts and virtual calendars. We are still currently using the V2 API, so that is what I could contribute to. I know it's going away in October but I'd still like to build it. If it made sense to everyone, maybe I'd also port it to v6.x of this gem?

Describe the solution you'd like
I'd like to be able to do something like:

nylas = Nylas::Client.new(api_key: '<NYLAS_API_KEY>')
nylas.scheduling_pages.create(...)
scheduling_page = nylas.scheduling_pages.find(...).first
scheduling_page.destroy

Describe alternatives you've considered
I'm currently rolling my own code for this that I'm wrapping around Nylas::API using DelegateClass so it looks natively supported to our code that uses it.

Additional context
I'm looking for a fun open source side project and I'm down to build this in a way that blends seamlessly with the rest of this codebase. Also I love writing tests. 🤯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant