ics-service
Create a calendar feed people can subscribe to.
Installation
npm install ics-service
Usage
const express = const generateIcs = const aboutRoute = const feedRoute = const TITLE = 'some calendar feed'const GENERATOR = 'my feed generator' const events = uid: 'a' title: 'A' description: 'A.' location: 'Alamo Square, San Francisco, CA' url: 'https://example.org/' geo: lat: 37774703 lon: -122432642 radius: 20 categories: 'event' start: '2020' '08' '08' '08' '08' duration: hours: 1 minutes: 30 status: 'CONFIRMED' sequence: 1 productId: GENERATOR uid: 'b' title: 'B' description: 'B.' start: '2020' '09' '09' '09' '09' duration: hours: 0 minutes: 45 status: 'CONFIRMED' sequence: 2 productId: GENERATOR const getIcs = const app = appapp
Contributing
If you have a question or need support using ics-service
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.