Skip to content

jmptrader/ical-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ical-go

iCal package for Go (Golang)

Installation

go get github.com/laurent22/ical-go

Status

Currently, the package doesn't support the full iCal specification. Todo are partially supported and Events not really.

The most useful function in the package is ParseCalendarNode which parses a VCALENDAR string, unwrap and unfold lines, etc. and put all this into a usable structure (a collection of nodes with name, value, type, etc.). From that, it's easy to support whatever feature is required.

License

MIT

About

iCal package for Go (Golang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%