iCal Task Sync

by skyleret
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Sync and sort iCal events into a Markdown task list.

Reviews

No reviews yet.

Stats

stars
17
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

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