petergil / orgycal

import ics calendars to org files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orgycal

import ics calendars to org files.

Currently this fulfills my minimal use-case but needs to be fixed to be generally useful.

Usage: orgycal [-in infile] [-out outfile]

Where infile is an ics file and outfile is the name of the file to write to. Note that outfile will be overwritten!

Things to fix

  • better flag handling
  • error handling
  • test cases
  • nicer way to filter extra info
  • extract more metadata and map to org constructs
  • represent org document as a data structure and not using string-based handling (maybe look at go-org)

About

import ics calendars to org files

License:MIT License


Languages

Language:Go 94.6%Language:Makefile 5.4%