Kai
19 January 2026 08:34
1
Good morning,
does anyone have an idea how to import ics or vcal files into Joplin? I do not need a calendar; if they showed up as a task (with the starting date as todo_due perhaps) that would be enough.
Would this merit a proposal for a plugin (which I would be unable to contribute to )
Cheers,
kai.
Amil
19 January 2026 11:50
2
Similar proposal for linking sake
I've recently been playing around with the idea of exposing my Joplin todos as calendar items. For me this is mostly around my inline-todo plugin, but it can also be applicable to the built-in todo management, or others (e.g. metis ).
As an experiment, I wrote a plugin that generates ical format data from Joplin's built-in todo notes, and stores that in an ```ical block. That data is imported into my calendar app by publishing the note and proxying it through a simple webserver that extracts the…
Kai
19 January 2026 12:27
3
Hi Amil,
interesting; but you are aware that you are proposing the opposite, right (you are going Joplin → Calendar-entry, I would like to go Calender-entry → Joplin)? So we would somehow need to reverse your plugin, right?
Cheers,
kai.
Marph
20 January 2026 18:12
4
I didn't use any of them, but you could try to convert the calendar events to Markdown by a custom script (GitHub - hmerritt/go-ics-to-markdown: ICS->Markdown | Convert a calendar ICS file into a Markdown table / GitHub - fdagner/ics-to-markdown-for-obsidian: Imports calendar entries from a date range into Obsidian's daily notes via ics links ) and then import to Joplin.
Would be a good fit for:
I’m looking at the plugin system at the moment and there are many ways to implement this. To make sure it’s as useful as possible it would be good to gather plugin ideas - basically what feature would you like to see that could make a good plugin? (Features that have many thumbs up on GitHub don’t qualify since these would be part of the core app)
I’ve already collected these ideas over time, but I’m sure there others:
Merge multiple notes into one - https://discourse.joplinapp.org/t/request-…