Integrations
TaskNotes integrates with external services and Obsidian's core plugins.
Bases Core Plugin
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.
For details on Bases integration, see Core Concepts.
External Calendars
TaskNotes supports bidirectional sync with Google Calendar and Microsoft Outlook via OAuth, plus read-only access to any calendar via ICS subscriptions.
For setup instructions, see Calendar Integration.
HTTP API
A REST API enables external applications to create, update, and query tasks. Use it for automation, browser extensions, or custom integrations.
For API documentation, see HTTP API.
Webhooks
Webhooks send task event payloads to external services when subscribed events occur. Optional payload transformations support service-specific formats.
For configuration, see Webhooks.