nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
169 stars 118 forks source link

Add `startTimezone`, `endTimezone` and `timezone` fields to `When` #429

Closed Fylax closed 1 year ago

Fylax commented 1 year ago

As specified in Nylas Docs, the When object within a Event API support the following fields:

This PR adds the related fields to the When object

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #429 (4974d2d) into main (4b08d03) will increase coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #429      +/-   ##
==========================================
+ Coverage   91.66%   91.71%   +0.05%     
==========================================
  Files          62       62              
  Lines        2614     2632      +18     
  Branches      475      479       +4     
==========================================
+ Hits         2396     2414      +18     
  Misses        217      217              
  Partials        1        1              
Impacted Files Coverage Δ
src/models/when.ts 100.00% <ø> (ø)

... and 4 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.