forked from GitHubMirrors/silverbullet-icalendar
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
29 lines
587 B
YAML
29 lines
587 B
YAML
name: icalendar
|
|
version: 0.3.15
|
|
author: sstent
|
|
permissions:
|
|
- 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
|