-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NO-ISSUE] feat: add multiple freebusy to Rust sdk + test (#31)
* refactor: adapt/update js client * chore: update justfile * ci: adapt JS client lib's CI * test: start adding integration tests for our use cases * ci: fix actions/setup-node usage for pnpm * ci: update actions + install pnpm * ci: remove cache on actions/setup-node as it's pretty fast * test: add more tests to integration tests * refactor: rename file + adapt requirements' tests * feat(users): allow to provide external userId (uuid) * chore: fix formatting * test(requirements): provide userUuid * feat(js lib): add format + lint biome + fixes * refactor: convert unix timestamps to datetimes * fix: format & lint * fix: missing imports * fix: format * fix: make client lib return Dates * chore: add js docs to client lib * chore: add more JSDocs * feat: allow to query multiple calendars + allow to query on name + allow query metadata * chore: remove debug logs * feat: add query freebusy on multiple users + fix metadata * refactor: extract convertEventDates & convertInstanceDates * chore: remove comment * chore: add more comments * refactor: rework result of "freebusy of multiple users" * fix: client lib multiple freebusy * chore: remove duplicate requirements * feat: allow to query on multiple calendars of same user * fix: properly parse IDs + add test on TS client * feat: add multiple freebusy to Rust sdk + test * chore: remove println * fix: adapt called URL in freebusy test * chore: remove unused struct * chore: add comment
- Loading branch information
1 parent
1d61bd0
commit f95161e
Showing
5 changed files
with
159 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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