-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: atoms and docs update #19137
chore: atoms and docs update #19137
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
@@ -41,7 +42,7 @@ const CALENDAR_SCOPES = [ | |||
path: "/v2/gcal", | |||
version: API_VERSIONS_VALUES, | |||
}) | |||
@DocsTags("Platform / Google Calendar") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is one of the old endpoints we initially had when there was only the google connect atom, good to hide this from docs now.
@@ -85,12 +85,12 @@ Customizations can be done to the destination calendar settings atom via props. | |||
The selected calendar settings atom lets you select which calendars you want to check for conflicts to prevent double bookings. Below code snippet can be used to render the selected calendar settings atom. | |||
|
|||
```js | |||
import { SelectedCalendarSettings } from "@calcom/atoms"; | |||
import { SelectedCalendarsSettings } from "@calcom/atoms"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo fix
export type translationKeys = | ||
| enTranslationKeys | ||
| frTranslationKeys | ||
| deTranslationKeys | ||
| esTranslationKeys | ||
| ptBrTranslationKeys; | ||
| ptBrTranslationKeys | ||
| nlTranslationKeys; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding dutch translations
pushed missing nl translations change within BaseCalProvider g |
Graphite Automations"Add ready-for-e2e label" took an action on this PR • (02/10/25)1 label was added to this PR based on Keith Williams's automation. |
E2E results are ready! |
What does this PR do?
CalProvider
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
This can tested in examples app for atoms under
packages/platform/examples/base