Skip to content

Integrate webcal calendar with timezone support#19

Open
jnes92 wants to merge 2 commits into
masterfrom
claude/integrate-webcal-calendar-KUPYR
Open

Integrate webcal calendar with timezone support#19
jnes92 wants to merge 2 commits into
masterfrom
claude/integrate-webcal-calendar-KUPYR

Conversation

@jnes92
Copy link
Copy Markdown
Collaborator

@jnes92 jnes92 commented Dec 19, 2025

  • Add Netlify function to fetch and parse webcal/iCal feeds
  • Create calendar event mapping system for title-based categorization
  • Extend event aggregation to merge webcal events with markdown and brownbag events
  • Add configuration files for webcal URL and event mappings
  • Install node-ical dependency for iCal parsing

This integration allows loading events from an external iCloud calendar dynamically, reducing the need to create individual markdown files for each event. Events are matched with local descriptions using pattern-based rules defined in data/calendar_mapping.toml.

claude and others added 2 commits December 19, 2025 13:03
- Add Netlify function to fetch and parse webcal/iCal feeds
- Create calendar event mapping system for title-based categorization
- Extend event aggregation to merge webcal events with markdown and brownbag events
- Add configuration files for webcal URL and event mappings
- Install node-ical dependency for iCal parsing

This integration allows loading events from an external iCloud calendar
dynamically, reducing the need to create individual markdown files for
each event. Events are matched with local descriptions using pattern-based
rules defined in data/calendar_mapping.toml.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants