Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soh335/ical
- Owner: soh335
- License: mit
- Created: 2015-02-20T15:42:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T02:28:25.000Z (about 8 years ago)
- Last Synced: 2024-06-19T01:46:32.404Z (5 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)