[58040] Added support for event metadata#227
Merged
mrashed-dev merged 1 commit intomainfrom May 14, 2021
Merged
Conversation
|
This pull request has been linked to Clubhouse Story #58040: Node SDK - add support for event metadata (Wix). |
Contributor
Author
|
Testing was complete using an event (created with metadata) via both the API and via the SDK as well. Events can be created with metadata within the SDK and the SDK can also read metadata successfully. |
philrenaud
approved these changes
May 14, 2021
AaronDDM
approved these changes
May 14, 2021
This was referenced May 20, 2021
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The Nylas Calendar API has a new beta feature of adding a new metadata field to calendar events. This PR makes the feature available via the Nylas Node.js SDK.
Usage
Adding a metadata object is simple. Add the object under the
metadatakey when creating an event: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.