2025-09-13 11:50:39 +00:00
# Integrations
2025-12-07 02:03:21 +00:00
TaskNotes integrates with external services and Obsidian's core plugins.
2025-09-13 11:50:39 +00:00
2025-12-07 02:03:21 +00:00
## Bases Core Plugin
2025-10-07 10:27:32 +00:00
2026-02-21 02:41:32 +00:00
TaskNotes v4 uses Obsidian's Bases core plugin for its main views (Task List, Kanban, Calendar, Agenda). Bases must be enabled in `Settings -> Core Plugins` .
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
For details on Bases integration, see [Core Concepts ](../core-concepts.md#bases-integration ).
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
## External Calendars
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
TaskNotes supports bidirectional sync with Google Calendar and Microsoft Outlook via OAuth, plus read-only access to any calendar via ICS subscriptions.
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
For setup instructions, see [Calendar Integration ](calendar-integration.md ).
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
## HTTP API
2025-10-07 10:27:32 +00:00
2026-02-21 02:41:32 +00:00
A REST API enables external applications to create, update, and query tasks. Use it for automation, browser extensions, or custom integrations.
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
For API documentation, see [HTTP API ](../HTTP_API.md ).
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
## Webhooks
2025-10-07 10:27:32 +00:00
2026-02-21 02:41:32 +00:00
Webhooks send task event payloads to external services when subscribed events occur. Optional payload transformations support service-specific formats.
2025-10-07 10:27:32 +00:00
2025-12-07 02:03:21 +00:00
For configuration, see [Webhooks ](../webhooks.md ).