Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christoph-jerolimov/birthday-exporter

A quick vcf to ics exporter, converter, whatever...
https://github.com/christoph-jerolimov/birthday-exporter

Last synced: 1 day ago
JSON representation

A quick vcf to ics exporter, converter, whatever...

Awesome Lists containing this project

README

        

# A quick vcf to ics exporter, converter, whatever...

It exports all vCard contacts with a birthday into a vCalender
with yearly events.

You might need to change the `index.ts` file if your username isn't christoph
and your contacts dump isn't saved in ~/Downloads/contacts.vcf.

```
npm install
npm start
```