TaskNotes Integration¶
Obsidian Ecosystem Integration
TaskNotes is a specialized provider that allows you to sync and manage scheduled tasks from the TaskNotes plugin directly on your calendar.
Power Up with Categories
TaskNotes also support Advanced Categories. You can categorize your tasks (e.g., Personal - Grocery list) to apply specific colors and styles on your agenda.
How it Works¶
The TaskNotes provider connects to the TaskNotes internal cache. It interprets any task with a scheduled property as a calendar event.
- Bidirectional Sync: Dragging a TaskNotes event on the calendar updates its scheduled date/time in the original note.
- FCR Command Support: Use the FCR Command to quickly create TaskNotes tasks using TaskNotes-native NLP UI.
- Custom UI: Clicking a TaskNotes event opens the native TaskNotes edit modal for advanced task refinement.
- Status Awareness: The provider respects completion statuses. Completed tasks are visually distinguished on the calendar.
NLP Endpoint Modes¶
When an NLP create command targets a TaskNotes calendar, Full Calendar delegates creation to TaskNotes UI.
The endpoint mode is configurable at Settings → Integrations → TaskNotes Integration:
- Search + Create (selector modal) (default): Opens TaskNotes selector + create flow with NLP text prefilled.
- Direct Create (creation modal NLP): Opens TaskNotes create modal directly with NLP text prefilled.
This default is intentionally conservative and discoverable: Search + Create helps users validate the target task context before confirming.
Setup¶
- Ensure the TaskNotes plugin is installed and enabled in your vault.
- Go to Full Calendar Settings → Calendar Sources.
- Click Add Source and select TaskNotes.
- The provider will automatically attempt to link with the TaskNotes cache.
- (Optional) Open Integrations → TaskNotes Integration and change NLP endpoint mode.
Capabilities¶
| Feature | Supported | Notes |
|---|---|---|
| Create Events | ✅ Yes | Full Calendar delegates creation to TaskNotes native UI (Search + Create by default). |
| Edit Date/Time | ✅ Yes | Drag-and-drop support for rescheduling. |
| Edit Metadata | ✅ Yes | Uses TaskNotes' native edit modal. |
| Delete Events | ❌ No | Delete is delegated to TaskNotes. |
| Recurring Events | ❌ No | TaskNotes recurring logic is managed internally. |
Tasks Plugin Integration · Full Note Calendar · Back to Index