Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soh335/ical

my simple ical encoder for golang
https://github.com/soh335/ical

Last synced: about 1 month ago
JSON representation

my simple ical encoder for golang

Awesome Lists containing this project

README

        

[![wercker status](https://app.wercker.com/status/0afe06d721f5f4a6988a367667e14425/s/master "wercker status")](https://app.wercker.com/project/bykey/0afe06d721f5f4a6988a367667e14425)

# ical

my simple ical encoder for golang.

## Support Extenstions

* X-WR-CALNAME
* X-WR-CALDESC
* X-WR-TIMEZONE

## Support Components

* [x] Event Component
* [ ] To-do Component
* [ ] Journal Component
* [ ] Free/Busy Component
* [ ] Time Zone Component
* [ ] Alarm Component

## TODO

* 75 octets folding (https://tools.ietf.org/html/rfc5545#section-3.1)