Add support for type variable
@AaronDDM is already working on this.
Since May 8, 2025.
- Dominant language
- Kotlin
- Stars
- 36
- Forks
- 18
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
According to https://developer.nylas.com/docs/api/v3/scheduler/#tag/configurations/POST/v3/grants/%7Bgrant_id%7D/scheduling/configurations
There is a type value that takes in
collective
group
max-availability
max-fairness
one-on-one
There is currently no way to pass in this value.
Describe the solution you'd like
Have the ability to pass in this value.
Describe alternatives you've considered
Right now I have to subclass this class and pass it in
Additional context
I am happy to implement this and contribute to the codebase.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.