Description
Awesome Calendar Events turns ordinary posts into full-featured events. Give a post a date, time, and optional recurrence rule, and Awesome Calendar Events takes care of the rest: subscribable calendar feeds, downloadable single-event invites, live countdowns, and one-click “Add to Calendar” links.
Features
- Event date field with optional start/end time, added to any post
- Flexible recurrence rules: daily, weekly, monthly, or yearly, with custom intervals and end conditions (until a date or after a number of occurrences)
- Weekly recurrence supports specific weekdays (e.g. every Monday and Wednesday)
- Site-wide
/events.icscalendar feed that subscribers can add to Google Calendar, Apple Calendar, or Outlook - Per-event
.icsdownload so visitors can add a single event to their calendar - “Add to Calendar” button block with Google, Apple, Outlook, and Office 365 options
- Event date block and event countdown block for the block editor
- Event List block: a Query Loop block that lists upcoming events (recurring events shown once), filterable by category or tags
- Shortcodes for displaying event dates and countdowns outside the block editor
- REST API endpoint for querying event posts programmatically
- Advanced Query Loop (AQL) integration with dynamic date placeholders for event meta queries
Event List block
The “Event List” block (in the Awesome Calendar Events category) is built on the core Query Loop block and lists upcoming events using the events query API. Recurring events are shown once while their recurrence is ongoing. When inserted, the default item template contains the Event Date block on top, followed by the Featured Image and Title. The only query customization available is filtering by category or tags.
Advanced Query Loop integration
Works with Advanced Query Loop plugin to build dynamic lists of upcoming events. Use these keywords to create date filters that update automatically using the site’s local timezone:
todays_datefor the current date inY-m-dformattoday_minus_1for the previous date inY-m-dformat
Both values work as a single meta-query value or within a BETWEEN value array.
Screenshots





Blocks
This plugin provides 6 blocks.
- Calendar Displays a month calendar grid of events with previous/next month navigation.
- Calendar Date Container for a single calendar date cell. Shows the day number and the event details for that date.
- Event Details Container that displays a single event inside a calendar date cell.
- Event Location Displays the event location for the current post.
- Event Time Displays the event start time for the current post.
- Event Date Displays the upcoming event date or recurring weekdays for the current post.
Installation
- Upload the
awesome-calendar-eventsfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Edit a post and set an event date (and optional recurrence) in the Event Date panel
- Subscribe to
yourdomain.com/events.icsin a calendar app to see all events
FAQ
-
How do I make an event recurring?
-
When setting the event date on a post, enable recurrence and choose a frequency (daily, weekly, monthly, or yearly), then set an end condition such as an end date or a number of occurrences.
-
Where can people subscribe to all events at once?
-
Point any calendar app at
yourdomain.com/events.ics. The feed updates automatically as events are added, changed, or removed. -
Can visitors download a single event instead of subscribing to the whole feed?
-
Yes, each event with a date has a downloadable
.icsfile that can be linked to individually. -
In the block editor, open the Awesome Calendar Events category and insert “Add to Calendar.” It automatically creates a Buttons block containing the configured calendar button. On the published event, the button offers Google Calendar, Apple Calendar, Outlook, Office 365, Yahoo Calendar, and an iCal download using the event’s date, time, location, and title.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Awesome Calendar Events” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Awesome Calendar Events” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Added the Calendar block with a month grid, previous/next month navigation, and customizable Calendar Date and Event Details inner blocks
1.0.0
- Initial release