From 832cf6a8f4ea52ea5da0177a9bcb1c27e9ae11ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sun, 22 Nov 2020 10:24:51 +0100 Subject: [PATCH] Add nimics (ics-file) (#1719) Create ICS files for email invites, eg. invite.ics --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2e5e644..1f25946 100644 --- a/packages.json +++ b/packages.json @@ -20488,5 +20488,18 @@ "description": "syntax sugar for local definitions", "license": "MIT", "web": "https://hlaaftana.github.io/defines/defines.html" + }, + { + "name": "nimics", + "url": "https://github.com/ThomasTJdev/nimics", + "method": "git", + "tags": [ + "ics", + "email", + "meeting" + ], + "description": "Create ICS files for email invites, eg. invite.ics", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nimics" } ]