forked from GitHubMirrors/silverbullet-icalendar
24 lines
464 B
Markdown
24 lines
464 B
Markdown
.iCalendar: Sync
|
|
# Meetings for Jan 20th, 2026.iCalendar: Sync
|
|
.
|
|
|
|
.iCalendar: Sync
|
|
.iCalendar: Sync
|
|
|
|
|
|
${template.each(query[[
|
|
from e = index.tag "ical-event"
|
|
where e.start:startsWith("2026-01-20")
|
|
order by e.start
|
|
]], function(e)
|
|
return string.format("* %s to %s: %s (TZ: %s)\n",
|
|
e.start:sub(12, 16),
|
|
e["end"]:sub(12, 16),
|
|
e.summary,
|
|
e.timezone or "UTC")
|
|
end)}
|
|
|
|
# Welcome 👋
|
|
|
|
Welcome to the wondrous world of SilverBullet.
|