mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 12:05:22 +00:00
32 lines
615 B
YAML
32 lines
615 B
YAML
name: icalendar
|
|
requiredPermissions:
|
|
- fetch
|
|
functions:
|
|
showVersion:
|
|
path: ./icalendar.ts:showVersion
|
|
command:
|
|
name: "iCalendar: Version"
|
|
priority: -2
|
|
queryEvents:
|
|
path: ./icalendar.ts:queryEvents
|
|
events:
|
|
- query:ical-event
|
|
config:
|
|
schema.config.properties.icalendar:
|
|
type: object
|
|
required:
|
|
- sources
|
|
properties:
|
|
sources:
|
|
type: array
|
|
minItems: 1
|
|
items:
|
|
type: object
|
|
required:
|
|
- url
|
|
properties:
|
|
url:
|
|
type: string
|
|
name:
|
|
type: string
|