new ICS to Trilium widget #11061
Replies: 2 comments 1 reply
|
@adoriandoran would this be something to consider adding to the Trilium importer; automatic recognition and proper import of |
|
Updated the script to better handle ics files created in Outlook: https://github.com/ecodiv/Trilium_scripts/releases/tag/v0.2.8 |
Uh oh!
There was an error while loading. Please reload this page.
A launch-bar widget ics2trilium that imports .ics calendar files (meeting invitations and events) into your journal. Each event becomes a searchable note under the day note for its start date, with the meeting details and the calendar's native date/time labels so it shows up in a calendar view. Re-importing the same event is recognized as a duplicate rather than stored twice.
The add-on will add labels to imported event notes to identify them as event (
#calendar_invite#meeting) for easier filtering and searching. In addition, each event note gets the calendar labels#startDate,#endDate,#startTimeand#endTime, so a calendar view shows it as an event. All-day events get date labels only (no time), and a multi-day event's end date is stored inclusively.All reactions