Obsidian Integration With Todoist

Sub-skill of obsidian: Integration with Todoist.

vamseeachanta Updated

File contents

Integration with Todoist

Integration with Todoist

#!/usr/bin/env python3
"""sync_todoist_obsidian.py - Sync Todoist tasks to Obsidian"""

import os
import json
from datetime import datetime
from todoist_api_python import TodoistAPI

TODOIST_API_KEY = os.environ.get("TODOIST_API_KEY")

*See sub-skills for full details.*

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/business/productivity/obsidian/integration-with-todoist commit a7a897540f

Frequently asked questions

npx skillmds@latest add vamseeachanta/obsidian-integration-with-todoist