> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/bookings/calendar/introduction.md ## Article Content: # About the Bookings Calendar APIs Wix Bookings uses the dedicated [Calendar APIs](https://dev.wix.com/docs/rest/business-management/calendar/introduction.md) for all scheduling and availability management. Learn more about [how Wix Bookings uses the Calendar APIs](https://dev.wix.com/docs/api-reference/business-solutions/bookings/calendar-integration.md). ## External calendar integration The [External Calendar API](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/external-calendar-v2/introduction.md) allows you to sync Wix Bookings with external calendar providers such as Google, Microsoft, and Apple. It supports bidirectional synchronization, letting businesses import events from external calendars and export Wix Bookings events to them. ## Deprecated Bookings calendar APIs
__Important:__ **Wix has deprecated all Calendar-related APIs under Bookings, except for the [External Calendar API](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/external-calendar-v2/introduction.md).** Use the stand-alone [Calendar APIs](https://dev.wix.com/docs/rest/business-management/calendar/introduction.md) instead.
### Migrate from deprecated Bookings calendar APIs To migrate from deprecated Bookings Calendar APIs to the new Calendar V3 APIs: 1. **Update API methods**: Replace all Bookings calendar methods with corresponding Calendar API methods. 2. **App ID filtering**: Implement app ID filtering using `13d21c63-b5ec-5912-8397-c3a5ddb27a97` for all Bookings-related schedules. 3. **Business schedule access**: Use the fixed `"externalId": "4e0579a5-491e-4e70-a872-d097eed6e520"` when managing the business schedule. 4. **Event retrieval**: To retrieve events for a specific schedule, call [Query Events](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/query-events.md) with a query filter specifying the relevant schedule ID in `query.filter`. 5. **External calendar integration**: No changes needed. Continue using the [External Calendar API](https://dev.wix.com/docs/rest/business-solutions/bookings/calendar/external-calendar-v2/introduction.md) for external calendar connections. This API remains active and isn't affected by the migration.