1.1.5 • Published 22 days ago

next-calendar v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days 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.5

22 days ago

1.1.4

9 months ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago