Registry / serialization / apognu-gocal

apognu-gocal

JSON →
library0.9.1gogounverified

A Go library for parsing and generating iCalendar (ICS) files.

go get github.com/apognu/gocal
INSTALL
IMPORT
SIG · APOGNU-GOCAL
A
apognu-gocal
serializationgov0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gocal
github.com/apognu/gocal

Parses an ICS string and prints the summary of the first event.

package main import ( "fmt" "strings" "github.com/apognu/gocal" ) func main() { ics := `BEGIN:VCALENDAR VERSION:2.0 BEGIN:VEVENT SUMMARY:Test Event DTSTART:20230101T000000Z END:VEVENT END:VCALENDAR` cal, _ := gocal.Parse(strings.NewReader(ics)) fmt.Println(cal.Events[0].Summary) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
apognu-gocal — go get apognu-gocal · libregistry