Add code snippet for ICS-generation.

This commit is contained in:
2022-05-09 18:19:00 +03:00
commit 3ac9ae79dc
8 changed files with 1410 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "ical-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "ssh://gitea@git.dev.hsdesign.ru:1224/public/ical-example.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1",
"http": "^0.0.1-security",
"ical-generator": "^3.4.2",
"ics": "^2.35.0",
"marked": "^4.0.15"
}
}