1.0.9 • Published 1 year ago

gen-gcalendar-csv v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Google Calendar CSV Generator

This is a simple script that generates a CSV file that can be imported into Google Calendar. You can specify the month, start time, end time, and dates that you want to generate events for.

Installation

npm -g install gen-gcalendar-csv

Usage

gen-gcalendar-csv <subject> <yyyy/MM> <start time (HH:mm)> <end time (HH:mm)> <dates (dd,dd,...)> <output file>

Example

gen-gcalendar-csv "My Event" 2021/08 10:00 12:00 1,3,5 events.csv

Output

Subject,Start date,Start time,End date,End time
My Event,2021/08/01,10:00,2021/08/01,12:00
My Event,2021/08/03,10:00,2021/08/03,12:00
My Event,2021/08/05,10:00,2021/08/05,12:00
1.0.9

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago