0.1.2 • Published 9 months ago

@horin-tools/gen-ics4course v0.1.2

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

gen-ics4course

Generate an ics file for subscribing courses

Usage

npx @horin-tools/gen-ics4course --if source.csv --of result.ics

# or use pnpm

pnpm dlx @horin-tools/gen-ics4course --if source.csv --of result.ics

get more help:

npx @horin-tools/gen-ics4course --help

# or

npx @horin-tools/gen-ics4course -h
fielddescription
titleThe title of the event.
startDateThe start date of the event, in the format: YYYY-MM-DD.
startTimeThe start time of the event, in the format: HH:MM (24-hour format).
endDateThe end date of the event, in the format: YYYY-MM-DD.
endTimeThe end time of the event, in the format: HH:MM (24-hour format).
descriptionA detailed description of the event (optional).
locationThe location of the event (optional).

you can get the sample files from here

Thanks

License

MIT

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago