Merged
Conversation
There was a problem hiding this comment.
Copilot reviewed 1 out of 19 changed files in this pull request and generated no comments.
Files not reviewed (18)
- src/main/kotlin/com/nylas/models/Calendar.kt: Language not supported
- src/main/kotlin/com/nylas/models/CalendarNotetaker.kt: Language not supported
- src/main/kotlin/com/nylas/models/CreateCalendarRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/CreateEventRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/CreateNotetakerRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/Event.kt: Language not supported
- src/main/kotlin/com/nylas/models/EventNotetaker.kt: Language not supported
- src/main/kotlin/com/nylas/models/ListNotetakersQueryParams.kt: Language not supported
- src/main/kotlin/com/nylas/models/Notetaker.kt: Language not supported
- src/main/kotlin/com/nylas/models/UpdateCalendarRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/UpdateEventRequest.kt: Language not supported
- src/main/kotlin/com/nylas/models/UpdateNotetakerRequest.kt: Language not supported
- src/main/kotlin/com/nylas/resources/Notetakers.kt: Language not supported
- src/test/kotlin/com/nylas/models/CalendarNotetakerTest.kt: Language not supported
- src/test/kotlin/com/nylas/models/EventNotetakerTest.kt: Language not supported
- src/test/kotlin/com/nylas/resources/CalendarsTest.kt: Language not supported
- src/test/kotlin/com/nylas/resources/EventsTests.kt: Language not supported
- src/test/kotlin/com/nylas/resources/NotetakersTests.kt: Language not supported
Comments suppressed due to low confidence (1)
CHANGELOG.md:5
- [nitpick] Consider using consistent case for 'Notetaker' across both changelog entries. For clarity, update 'notetaker' to 'Notetaker' in this line.
+* Added support for notetaker via the calendar and event APIs
a27d60b to
86b626f
Compare
86b626f to
52e1d99
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #269 +/- ##
============================================
- Coverage 81.34% 80.57% -0.77%
- Complexity 318 333 +15
============================================
Files 35 36 +1
Lines 970 1014 +44
Branches 88 88
============================================
+ Hits 789 817 +28
- Misses 129 138 +9
- Partials 52 59 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
agtang96
approved these changes
Apr 8, 2025
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.
What did you do?
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.