1.1.6 • Published 10 months ago

next-calendar v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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 <url> download ics from the provided url
  • -t, --token <token> personal access token to load ics from url requiring authentication
1.1.6

10 months ago

1.1.5

1 year ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago