Files
silverbullet-icalendar/icalendar.plug.yaml
sstent 1cd6fd490b
All checks were successful
Build SilverBullet Plug / build (push) Successful in 36s
Fix: Align plug versions and remove redundant version field
- Updated  to version  to match  and ensure correct plug versioning.
- Removed the  field from  as it is redundant and can lead to version inconsistencies, with  now serving as the canonical source for the plug's version.
2026-02-18 07:14:00 -08:00

35 lines
731 B
YAML

name: Library/sstent/icalendar
version: 0.3.20
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