ical-go

用于 Go(Golang)的 iCal 包。「iCal package for Go (Golang)」

  • Owner: laurent22/ical-go
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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. It's still a work in progress towards that goal.

The most useful function in the package is:

func ParseCalendar(data string) (*Node, error)

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.).

With the Node in hand, you can use several of its functions to, e.g., find specific parameters, children, etc.

License

MIT

Main metrics

Overview
Name With Ownerlaurent22/ical-go
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2013-09-05 16:02:21
Pushed At2018-11-07 18:45:22
Last Commit At2018-11-07 18:45:20
Release Count1
Last Release Namev0.1.0 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count35
Watchers Count6
Fork Count26
Commits Count23
Has Issues Enabled
Issues Count6
Issue Open Count2
Pull Requests Count6
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private