forked from GitHubMirrors/silverbullet-icalendar
Fix: Add fetch permission and bump to v0.3.16
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
This commit is contained in:
@@ -1,28 +1,31 @@
|
||||
name: icalendar
|
||||
version: 0.3.15
|
||||
version: 0.3.16
|
||||
author: sstent
|
||||
index: icalendar.ts
|
||||
# Include both legacy and modern permission names for fetch
|
||||
permissions:
|
||||
- fetch
|
||||
- http
|
||||
functions:
|
||||
syncCalendars:
|
||||
path: ./icalendar.ts:syncCalendars
|
||||
path: icalendar.ts:syncCalendars
|
||||
command:
|
||||
name: "iCalendar: Sync"
|
||||
priority: -1
|
||||
events:
|
||||
- editor:init
|
||||
forceSync:
|
||||
path: ./icalendar.ts:forceSync
|
||||
path: icalendar.ts:forceSync
|
||||
command:
|
||||
name: "iCalendar: Force Sync"
|
||||
priority: -1
|
||||
clearCache:
|
||||
path: ./icalendar.ts:clearCache
|
||||
path: icalendar.ts:clearCache
|
||||
command:
|
||||
name: "iCalendar: Clear All Events"
|
||||
priority: -1
|
||||
showVersion:
|
||||
path: ./icalendar.ts:showVersion
|
||||
path: icalendar.ts:showVersion
|
||||
command:
|
||||
name: "iCalendar: Version"
|
||||
priority: -2
|
||||
priority: -2
|
||||
Reference in New Issue
Block a user