-
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.
feat: allow to query on multiple calendars of same user (#30)
* 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 * chore: remove unused module
- Loading branch information
1 parent
2ab3fe5
commit ed01502
Showing
15 changed files
with
568 additions
and
10 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
108 changes: 108 additions & 0 deletions
108
scheduler/.sqlx/query-32a7a36ecbd376ad6f1ab7b3c9eac583b40dacfb0e1d29482ef21251a4abedcc.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
46 changes: 46 additions & 0 deletions
46
scheduler/.sqlx/query-63a53e2b1db9e7284f1785360ba550368a2cd5fd12ee35dace4965441d487337.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.