Skip to content

shaleh/csv2ics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple tool to convert csv into ics.

The tool expects 4 fields in the csv:

 * summary -- short blurb
 * description -- longer text
 * start -- start date
 * end -- end date

The date has 2 potential formats:

 * %a %b %d %Y e.g. Mon Jan 18 2016
 * %a %b %d %H:%M %Y e.g. Mon Jan 18 14:35 2016

You can hack up `mk_time()` if you need other formats.

About

Simple tool to convert csv into ics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages