Calendar ICS export feed + export button - #67
Open
naasanov wants to merge 4 commits into
Open
Conversation
… nick/calendar-ics
…-App into nick/calendar-ics
Add a public `calendarIcs` Cloud Function that serves the events collection as a live iCalendar feed, plus an Export button on the calendar page to download the .ics file or copy the feed link. Consolidate Firebase init onto the typed module and drop the duplicate untyped firebase.js. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
naasanov
force-pushed
the
nick/calendar-ics
branch
from
August 1, 2026 18:40
15f39b2 to
874da7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a public
calendarIcsCloud Function that serves theeventscollection as a live iCalendar (ICS) feed, always up to date on each request. Adds an Export button on the calendar page to download the.icsfile or copy the shareable feed link.Event field → ICS mapping
titleSUMMARYdate+startTime/endTimeDTSTART/DTENDwithTZID=America/New_York(missing end time defaults to +1h)dateonly (nostartTime)DTSTART;VALUE=DATE/DTEND;VALUE=DATE(exclusive next day)isVirtualFormat: Virtual/Format: In Personline inDESCRIPTION(always present)locationLOCATION(when present); also mirrored intoDESCRIPTIONlocation(whenisVirtualand a valid http(s) URL)CONFERENCE;VALUE=URI;FEATURE=VIDEO+URL(join link)descriptionDESCRIPTION(leads the field)tagsTags: ...line inDESCRIPTIONUIDupdatedAtLAST-MODIFIEDCloses #45