Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/christoph-jerolimov/birthday-exporter
- Owner: christoph-jerolimov
- Created: 2024-03-21T20:11:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T20:16:36.000Z (10 months ago)
- Last Synced: 2025-01-17T02:10:56.894Z (10 days ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```