Files
silverbullet-icalendar/icalendar.plug.yaml
sstent 48e6e945e1
All checks were successful
Build SilverBullet Plug / build (push) Successful in 31s
Feat: Increment version to 0.3.21
- Iterated the patch version for the iCalendar plug from 0.3.20 to 0.3.21.
- Updated  and  with the new version.
- This change is intended to be built and deployed via Gitea Actions.
2026-02-18 07:47:17 -08:00

35 lines
731 B
YAML

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