Registry / utility / teambition-rrule-go

teambition-rrule-go

JSON →
library1.8.2gogounverified

Go implementation of the iCalendar RRULE specification for recurring events.

go get github.com/teambition/rrule-go
INSTALL
IMPORT
SIG · TEAMBITION-RRULE-G
T
teambition-rrule-go
utilitygov1.8.2
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.

rrule
github.com/teambition/rrule-go

Create a weekly recurring rule on Mondays and list occurrences.

package main import ( "fmt" "github.com/teambition/rrule-go" ) func main() { r, _ := rrule.NewRRule(rrule.ROption{ Freq: rrule.WEEKLY, Interval: 1, ByDay: []rrule.Weekday{rrule.MO}, }) fmt.Println(r.All()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
teambition-rrule-go — go get teambition-rrule-go · libregistry