Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norandiaconu/next-calendar
Display future calendar events for iCal files in root of directory where this is installed.
https://github.com/norandiaconu/next-calendar
npm npm-package
Last synced: 2 months ago
JSON representation
Display future calendar events for iCal files in root of directory where this is installed.
- Host: GitHub
- URL: https://github.com/norandiaconu/next-calendar
- Owner: norandiaconu
- License: mit
- Created: 2021-09-07T20:41:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T22:30:00.000Z (6 months ago)
- Last Synced: 2024-11-25T08:35:56.381Z (3 months ago)
- Topics: npm, npm-package
- Language: JavaScript
- Homepage:
- Size: 443 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-calendar
Display current/future calendar events for iCal files in root of directory where this is installed.
A URL can be passed in to load an online ics file and display the current/future events for that as well.## Installation
`npm i next-calendar`
## Usage
- #### Local Files
- Copy all iCal(.ics) files to the directory where the package has been installed.
- Run `npx next-calendar` and current/future events in those calendars will be displayed in the cli.
- #### Online File
- `npx next-calendar -d "https://website.com/calendar.ics"`
- #### Online File with Authentication
- `npx next-calendar -d "https://website.com/calendar.ics" -t "123456"`## Options
- `-d, --download ` download ics from the provided url
- `-t, --token ` personal access token to load ics from url requiring authentication