Fix(timezone): Implement True UTC calculation and bump to v0.3.0
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s

This commit is contained in:
2026-02-17 10:06:41 -08:00
parent 8d66834a48
commit 070b10843e
6 changed files with 77 additions and 105 deletions

View File

@@ -1,47 +1,15 @@
name: icalendar
requiredPermissions:
- fetch
version: 0.3.0
author: sstent
functions:
syncCalendars:
path: ./icalendar.ts:syncCalendars
command:
name: "iCalendar: Sync"
priority: -1
events:
- editor:init
command: "iCalendar: Sync"
forceSync:
path: ./icalendar.ts:forceSync
command:
name: "iCalendar: Force Sync"
priority: -1
command: "iCalendar: Force Sync"
clearCache:
path: ./icalendar.ts:clearCache
command:
name: "iCalendar: Clear All Events"
priority: -1
command: "iCalendar: Clear Cache"
showVersion:
path: ./icalendar.ts:showVersion
command:
name: "iCalendar: Version"
priority: -2
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
cacheDuration:
type: number
description: "Interval between two calendar synchronizations (default: 21600 = 6 hours)"
command: "iCalendar: Show Version"
# Grant permissions to fetch from anywhere
permissions:
- http