Files
silverbullet-icalendar/test_space_e2e/CONFIG.md
sstent 90ab92421a
Some checks failed
Build SilverBullet Plug / build (push) Has been cancelled
feat(test): implement Playwright E2E and Dockerized testing infrastructure
2026-02-21 13:19:37 -08:00

15 lines
174 B
Markdown

# Configuration
```space-lua
config.set("icalendar", {
sources = {
{
url = "http://172.22.0.3/reachcalendar.ics",
name = "TestCalendar"
}
}
})
```