Skip to content

Conversation

@samuelpx
Copy link
Contributor

@samuelpx samuelpx commented Dec 5, 2025

For reference: https://developer.nylas.com/docs/api/v3/ecc/?redirect=api#tag/events/post/v3/grants/{grant_id}/events.body.participants

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.


Note

Makes event participant email optional (to support Microsoft events) by updating models/types and changelog.

  • Events Models:
    • Update Participant dataclass: email from str to Optional[str] = None and clarify docstring.
    • Update CreateParticipant TypedDict: email from str to NotRequired[str].
  • Changelog:
    • Note change that Participant.email is now optional to represent Microsoft events.

Written by Cursor Bugbot for commit b12b027. This will update automatically on new commits. Configure here.

@AaronDDM AaronDDM merged commit a57282f into main Dec 9, 2025
6 checks passed
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.

3 participants