Access Calendar is a modern calendar experience for Microsoft Access, powered by a browser-based UI and VBA backend logic.
It brings a polished scheduling interface to Access while keeping your data and automation where your team already works.
- Multi-calendar scheduling with a primary calendar context
- Month, week, 5-day week, and day views
- Recurring events with occurrence-level operations
- Calendar groups and color-based organization
- Reminder popups and theme preferences
- Add events to your Outlook calendar (single or recurring)
- Export events to
.icsfiles and attach them to a new Outlook email - Optional location field on events
- Fast drag/drop and resize interactions
- Live cross-session sync — changes by one user appear in other open sessions within ~3 seconds
- Open
Calendar.accdbin Microsoft Access on Windows. - Open the calendar form.
- Start creating calendars and appointments.
calendar.html: calendar UI markupcss/calendar.css: calendar stylesjs/: calendar UI logic (calendar.js), ICS export (calendar.ics.js), and the vendoredvendor/ics.jscls/: VBA classes for bridge, command routing, repos, recurrence, reminders, and Outlook/ICS exportbas/: Standard VBA modules (change log for cross-session sync)ARCHITECTURE.md: deeper architecture and integration notes
- Technical/developer README: README.dev.md


