{"id":49353201,"url":"https://github.com/from68/obsidian-tasks-caldav","last_synced_at":"2026-04-27T11:01:07.330Z","repository":{"id":336054127,"uuid":"1142444622","full_name":"from68/obsidian-tasks-caldav","owner":"from68","description":"Obsidian Plugin to synchronize Tasks from your Vault into a CalDev Calendar.","archived":false,"fork":false,"pushed_at":"2026-04-19T08:40:05.000Z","size":560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T10:23:56.531Z","etag":null,"topics":["caldav","obsidian","obsidian-plugin","tasks"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/from68.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-26T12:25:00.000Z","updated_at":"2026-04-19T08:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/from68/obsidian-tasks-caldav","commit_stats":null,"previous_names":["rockockoronkorock/obsidian-tasks-caldav","from68/obsidian-tasks-caldav"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/from68/obsidian-tasks-caldav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/from68%2Fobsidian-tasks-caldav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/from68%2Fobsidian-tasks-caldav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/from68%2Fobsidian-tasks-caldav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/from68%2Fobsidian-tasks-caldav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/from68","download_url":"https://codeload.github.com/from68/obsidian-tasks-caldav/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/from68%2Fobsidian-tasks-caldav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32333199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["caldav","obsidian","obsidian-plugin","tasks"],"created_at":"2026-04-27T11:00:30.890Z","updated_at":"2026-04-27T11:01:07.311Z","avatar_url":"https://github.com/from68.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CalDAV Task Sync for Obsidian\n\nBidirectionally sync your Obsidian tasks with CalDAV servers, enabling seamless integration with popular calendar applications like Nextcloud Tasks, Radicale, and Baikal.\n\n\u003e **⚠️ Early Development Phase**\n\u003e This plugin is in early development and has only been tested with a few CalDAV providers. Use at your own risk and always backup your vault before syncing.\n\u003e **Not available in Community Plugins yet** - install via BRAT (see installation instructions below).\n\n## Features\n\n- **Bidirectional Sync**: Keep tasks in sync between Obsidian and your CalDAV server\n- **Automatic Background Sync**: Configure intervals for automatic synchronization\n- **Manual Sync**: Trigger sync on-demand via command palette\n- **Server Compatibility**: Works with Nextcloud, Radicale, Baikal, and other CalDAV-compliant servers\n- **Task Filtering**: Configure which tasks to sync with customizable filters\n- **Link Preservation**: Maintains Obsidian internal links during sync\n- **Debug Logging**: Optional debug mode for troubleshooting\n\n## Setup\n\n### 1. Install the Plugin\n\n**Via BRAT (Recommended)**\n\n1. Install the [BRAT plugin](https://github.com/TfTHacker/obsidian42-brat) if you haven't already\n2. Open Command Palette and run \"BRAT: Add a beta plugin for testing\"\n3. Enter this repository URL: `https://github.com/yourusername/obsidian-tasks-caldev`\n4. Enable the plugin in Settings → Community Plugins\n\n**Manual Installation**\n\n- Copy `main.js`, `manifest.json`, and `styles.css` to your vault's `.obsidian/plugins/obsidian-tasks-caldev/` folder\n- Enable the plugin in Settings → Community Plugins\n\n### 2. Configure CalDAV Server\n\n1. Open Settings → CalDAV Task Sync\n2. Enter your CalDAV server details:\n   - **Server URL**: Your CalDAV server endpoint (e.g., `https://cloud.example.com/remote.php/dav`)\n   - **Username**: Your CalDAV account username\n   - **Password**: Your CalDAV account password\n   - **Calendar**: The calendar name to sync tasks with (default: `tasks`)\n\n### 3. Configure Sync Settings\n\n- **Enable Auto Sync**: Toggle automatic background synchronization\n- **Sync Interval**: Set how often to sync (in minutes)\n- **Task Filters**: Configure which tasks to include/exclude from sync\n- **Debug Logging**: Enable for detailed sync logs (disable in production)\n\n## Usage\n\n### Manual Sync\n\nTrigger a sync manually using the command palette:\n1. Open Command Palette (Ctrl/Cmd + P)\n2. Search for \"Sync tasks now\"\n3. Press Enter\n\n### Automatic Sync\n\nWhen enabled, the plugin will automatically sync tasks at the configured interval. A status indicator shows sync progress.\n\n### Task Format\n\nTasks in Obsidian should use the standard format:\n```markdown\n- [ ] Task description\n- [x] Completed task\n```\n\nTasks are synced bidirectionally:\n- New tasks in Obsidian → Created on CalDAV server\n- Tasks updated in Obsidian → Updated on CalDAV server\n- Tasks from CalDAV server → Created/updated in Obsidian\n\n## Supported CalDAV Servers\n\n**Limited Testing**: This plugin has only been tested with a few CalDAV providers. Compatibility may vary.\n\nTested with:\n- **Nextcloud** (with Tasks app)\n- **Radicale**\n\nShould work with any RFC 4791 compliant CalDAV server, but compatibility is not guaranteed.\n\n## Troubleshooting\n\n### Connection Issues\n\n- Verify your server URL, username, and password\n- Check that your CalDAV server is accessible from your network\n- Enable debug logging to see detailed connection attempts\n\n### Tasks Not Syncing\n\n- Ensure the calendar name matches exactly (case-sensitive)\n- Check that tasks are in the correct markdown format\n- Review debug logs for sync errors\n- Verify task filters aren't excluding desired tasks\n\n### Debug Logging\n\nEnable debug logging in settings to troubleshoot issues:\n1. Settings → CalDAV Task Sync\n2. Enable \"Debug Logging\"\n3. Open Developer Console (Ctrl/Cmd + Shift + I)\n4. Perform sync and review console output\n\n## Privacy \u0026 Security\n\n- Credentials are stored securely in Obsidian's plugin data storage\n- All communication with CalDAV servers uses HTTPS\n- No data is sent to third parties\n- Task data remains synchronized only between your Obsidian vault and your configured CalDAV server\n\n## Development\n\n### Building from Source\n\n```bash\n# Install dependencies\nnpm install\n\n# Development build (watch mode)\nnpm run dev\n\n# Production build\nnpm run build\n\n# Run tests\nnpm test\n\n# Lint code\nnpm run lint\n```\n\n### Testing\n\n```bash\n# Run tests\nnpm test\n\n# Run tests with UI\nnpm test:ui\n\n# Run tests with coverage\nnpm test:coverage\n```\n\n## Support\n\nFor bug reports and feature requests, please visit the [GitHub repository](https://github.com/yourusername/obsidian-tasks-caldev).\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrom68%2Fobsidian-tasks-caldav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrom68%2Fobsidian-tasks-caldav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrom68%2Fobsidian-tasks-caldav/lists"}