Files
silverbullet-icalendar/icalendar.plug.yaml
sstent 606fca25a8
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
Chore: Add debug logging and iterate to 0.3.22
2026-02-18 09:58:22 -08:00

35 lines
716 B
YAML

name: icalendar
version: 0.3.22
author: sstent
index: icalendar.ts
# Legacy SilverBullet permission name
requiredPermissions:
- fetch
# Modern SilverBullet permission name
permissions:
- fetch
- http
functions:
syncCalendars:
path: icalendar.ts:syncCalendars
command:
name: "iCalendar: Sync"
priority: -1
events:
- editor:init
forceSync:
path: icalendar.ts:forceSync
command:
name: "iCalendar: Force Sync"
priority: -1
clearCache:
path: icalendar.ts:clearCache
command:
name: "iCalendar: Clear All Events"
priority: -1
showVersion:
path: icalendar.ts:showVersion
command:
name: "iCalendar: Version"
priority: -2