Skip to content

Adds calendar widget - #2331

Merged
lissy93 merged 4 commits into
masterfrom
feat/calendar-widget
Sep 3, 2026
Merged

lissy93 merged 4 commits into
masterfrom
feat/calendar-widget

Conversation

@lissy93

@lissy93 lissy93 commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Category

Feature

Overview

Implements calendar widget, to display feed of events from an ical feed.

Issue Number

Fixes #1201
Fixes #1903

Details

Works with Nextcloud, Google, Proton, iCloud, Outlook, Radicale, Baïkal, etc. And any calendar which can surface an ical feed. Supports both webcal:// and normal https route. Always needs to be proxied.

Allows for combining multiple calendars onto one feed, and color coding them. Supports all-day events, and can normalize date/time to local.

Example:

- type: calendar
  options:
    limit: 15
    calendarUrl:
      - url: https://calendar.google.com/calendar/ical/xxxx/private-xxxx/basic.ics
        name: Personal
        color: '#5cabca'
      - url: webcal://p12-calendars.icloud.com/published/2/xxxx
        name: Family
        color: '#e8j54a'

Or

- type: calendar
  useProxy: true
  options:
    calendarUrl: https://www.footballcalculator.co.uk/calendar?team=West+Ham
    limit: 5
Image

@netlify

netlify Bot commented Sep 3, 2026

Copy link
Copy Markdown

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit 6f72d6c
🔍 Latest deploy log https://app.netlify.com/projects/dashy-dev/deploys/6a99ce542987f60008571ffb
😎 Deploy Preview https://deploy-preview-2331--dashy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the ✨ New Feature [PR] Contains implementation of a new feature label Sep 3, 2026
@lissy93
lissy93 merged commit fc1d2c3 into master Sep 3, 2026
16 checks passed
@lissy93
lissy93 deleted the feat/calendar-widget branch September 3, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ New Feature [PR] Contains implementation of a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE_REQUEST] Google Calendar and EFA API implementations [FEATURE_REQUEST] Calendar Widget?

1 participant