Software

A WordPress Calendar Plugin That Scales to 100,000 Events

If you’ve ever tried to run a busy calendar on WordPress, you’ve probably hit the wall. Most calendar plugins store every event as a WordPress post, and somewhere past a few hundred events the admin slows to a crawl — with the front end not far behind. For a small events page that’s fine. For […]

Read more →
Software

How to Connect Claude to Your WebCalendar with MCP

Here’s something I’ve wanted for a long time: asking my calendar questions in plain English. As of WebCalendar 1.9.16, you can. WebCalendar now ships an MCP server — Model Context Protocol support — so you can connect an AI assistant like Claude directly to your self-hosted calendar and say things like “What’s on my calendar […]

Read more →
News

WebCalendar Is Coming to WordPress

Update: The WebCalendar plugin for WordPress is now available! You can find full details, features, and download information on the plugin page at agenticdaisy.com/webcalendar. See the full rundown on the WebCalendar for WordPress page. I’m excited to announce that I’ve been building a WordPress plugin for WebCalendar — and it’s nearly ready for release. For […]

Read more →
AWS

Automate Your WebCalendar Deployment in AWS with Terraform

For applications like WebCalendar, it’s important to have a reliable and scalable infrastructure to support them. One way to achieve this is by using Infrastructure as Code (IAC) to provision and manage your infrastructure. IAC allows you to automate the provisioning and management of your infrastructure, reducing the risk of errors and saving time. In this post, we will be discussing how to use Terraform to install aWebCalendar on an AWS EC2 instance using Amazon Linux 2. We will also discuss the benefits of IAC and compare Terraform to AWS Cloud Formation.

Read more →
AWS

Deploying WebCalendar to AWS

In this post, I am going to go over some of the options for installing WebCalendar using Amazon AWS. I’ll go over the most common ways and discuss the benefits and issues with each here.

Read more →
Downloads

WebCalendar v1.9.1 Released: Bootstrap Is Here

Version 1.9.0 of WebCalendar has been released. This release is overdue and addresses some of the technical debt that has accumulated in WebCalendar over the years. But first, here is the URL to get the release from Github: https://github.com/craigk5n/webcalendar/releases/tag/v1.9.1 Some of the notable changes include: Numerous security fixes (XSS, CSRF) Adopted use of composer for […]

Read more →
News

New WebCalendar UI

The WebCalendar user interface has become rather dated, and new UI options are currently being considered. Mobile platforms need to be better supported. There’s been feedback about that for many years now. Goals for the new UI include: modern appearance native mobile support (better rendering on mobile) simplified code for doing layout (no more using […]

Read more →