What It Does

CalendarUpcoming sits silently in the menu bar as a plain calendar icon. When an event is approaching, the icon changes colour and pulses with a glow to get your attention.

Click the icon to see a popover listing all upcoming events with time remaining, clock time, and calendar name with a colour bar.

Calendar Support

Monitors all calendars registered with macOS, including:

All-day events and declined events are automatically filtered.

Controls

ActionResult
Left-click iconOpen popover with upcoming events
Right-click iconSettings menu (look-ahead period, quit)
Escape / click outsideClose popover

Settings

Right-click the icon to access Settings. You can configure the look-ahead period — how far ahead CalendarUpcoming scans for events:

The setting is persisted across restarts.

Installation

  1. Download CalendarUpcoming.zip from the link above
  2. Unzip and double-click CalendarUpcoming.app to launch
  3. Grant Full Access to calendars when prompted

To start at login, add it to System Settings → General → Login Items.

Permissions

Calendar — Full Access is required. On first launch, macOS will prompt for permission. Grant Full Access (not Write Only).

If the popover shows “Full calendar access needed”, go to System Settings → Privacy & Security → Calendars, find CalendarUpcoming, and switch from Write Only to Full Access.

Building from Source

Requires Xcode and a valid Apple developer certificate (the app must be code-signed for calendar permission tracking to work).

  1. Clone the repo: git clone https://github.com/PerpetualBeta/CalendarUpcoming.git
  2. Open CalendarUpcoming.xcodeproj in Xcode
  3. Build with Cmd+B or run with Cmd+R

Requirements

macOS 13 (Ventura) or later.