iCal Task Sync

pending

by Skyler Wang

Sync and sort iCal events into a Markdown task list.

Updated 1d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian iCal Task Sync

This is an obsidian plugin

A screenshot of this plugin

Syncs your calendar events into a ### Tasks header.

Format Used

- [ ] Task Name [link](LINK) (@YYYY-MM-DD)

renders to

  • Task Name link (@YYYY-MM-DD)

This works best with icals containing links, though a missing url won't break this plugin's core function

Features

  • No Deletion: Never deletes your manual tasks.
  • Sticky Notes: Keeps indented sub-tasks or notes with their parent task.
  • Persistent: Uses a local manifest so moved tasks aren't re-added.

Usage

  • Download the plugin
  • Set the source url in plugin settings (change webcal:// to https://)
  • Whenever you enter the target note (default to Task.md), this plugin will fetch new tasks from your specified source
  • Sync can also be triggered by pressing keyboard shortcut from settings or clicking on the status bar icon.

Network use

  • Obtain ical event data from user specified ical url(e.g., Google Calendar, iCloud)

Written with gemini AI

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.