Skip to content

liuhq/gen-ics4course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
field description
title The title of the event.
startDate The start date of the event, in the format: YYYY-MM-DD.
startTime The start time of the event, in the format: HH:MM (24-hour format).
endDate The end date of the event, in the format: YYYY-MM-DD.
endTime The end time of the event, in the format: HH:MM (24-hour format).
description A detailed description of the event (optional).
location The location of the event (optional).

you can get the sample files from here

Thanks

License

MIT

About

Generate an ics file for subscribing courses

Resources

License

Stars

Watchers

Forks