Skip to content

Relay an ical event url while excluding events based on regex patterns

Notifications You must be signed in to change notification settings

Thor77/ical-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ical-relay

Relay ical event url and exclude events based on a regex.

Usage

  • Run from source: go run .
  • Build and run: rice embed-go && go build . && ./ical-relay

Config

url = "https://example.com/events.ical"

[server]
addr = ":8080"
loglevel = "info"

[profiles]
    [profiles.p1]
    regex = ["pattern1", "pattern2"]
    public = true

Access filtered stream on /profiles/p1

About

Relay an ical event url while excluding events based on regex patterns

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published