Title: Beacon Events – Events Calendar with Recurring Events &amp; Google Calendar Sync
Author: beaconevents
Published: <strong>September 24, 2026</strong>
Last modified: September 27, 2026

---

Search plugins

![](https://ps.w.org/beacon-events/assets/banner-772x250.png?rev=3712142)

![](https://ps.w.org/beacon-events/assets/icon-256x256.png?rev=3712142)

# Beacon Events – Events Calendar with Recurring Events & Google Calendar Sync

 By [beaconevents](https://profiles.wordpress.org/beaconevents/)

[Download](https://downloads.wordpress.org/plugin/beacon-events.0.8.2.zip)

 * [Details](https://srd.wordpress.org/plugins/beacon-events/#description)
 * [Reviews](https://srd.wordpress.org/plugins/beacon-events/#reviews)
 * [Development](https://srd.wordpress.org/plugins/beacon-events/#developers)

 [Support](https://wordpress.org/support/plugin/beacon-events/)

## Description

Beacon Events is an events calendar that does the basics properly and doesn’t charge
you for them. **[See it running](https://store-safety.duckdns.org/demo/)** on a 
stock Twenty Twenty-Five site: month grid with the filter bar, day view, event pages,
venue pages.

**Who it’s for.** Churches publishing weekly services and a monthly potluck. Yoga,
fitness and dance studios with a class schedule that repeats every week. Libraries
and schools with story times, term dates and board meetings. Clubs, meetups and 
volunteer groups, bars and venues with a weekly music night, and anyone running 
online events on Zoom or Google Meet.

Recurring rules use the iCalendar RRULE standard, the same format Google Calendar
and Outlook use, so a rule like “second Tuesday of the month” round-trips with calendar
apps.

 * **Recurring events are free.** Daily, weekly, monthly (“second Tuesday”, “last
   Friday”), yearly — with an end date or a count, dates you can skip, and single
   dates you can cancel or move.
 * **Import from Google Calendar or any ICS feed, and stay in sync.** Feeds are 
   checked hourly. Every sync is logged — created, updated, removed — so nothing
   drifts silently. Events that disappear from a feed are set to draft, never deleted
   behind your back.
 * **Views that look like your site.** List, month and day views as blocks, shortcodes
   or an Elementor widget, with an optional filter bar (category, venue, search).
   Our stylesheet does layout only — colours and fonts come from your theme, and
   every element has a class you can target. Give a category a colour and its events
   get a dot or a bar.
 * **No bloat.** Styles load only on pages that show events. No add-on store, no
   upsell screens, no nag notices.
 * **Online events.** Flip “Online event”, paste the meeting link, and visitors 
   get a Join button; calendar apps get the link too.
 * **Search engines understand your events.** schema.org Event markup on every event
   page, one entry per upcoming date.
 * **Venues with addresses.** Each venue has a street address, shown on the event
   with a map link — no API key, no embedded map slowing the page down.
 * **Export.** Every event has “Add to calendar (.ics)” and “Add to Google Calendar”
   links, and your whole calendar has a subscribable feed.
 * **Moving from The Events Calendar, Events Manager or All-in-One Event Calendar?**
   Events  Import / Export copies events, venues, organizers, categories, images
   and recurring rules in one click, without touching the old plugin. Deactivate
   it when you are happy; old links are redirected. Anything else comes in through
   a CSV file, and every event can go out as one.
 * **Uninstalls clean.** Turn on “delete all data on uninstall” and the plugin removes
   everything it created — events, venues, categories, settings, its table.

#### External services

Beacon Events does not phone home, track anything, or load scripts from third parties.
Two things touch the outside world, both under your control:

 * **Calendar feeds you add.** If you enter an ICS URL under Events  Settings (for
   example your Google Calendar’s public iCal address), the plugin fetches that 
   URL from your server once an hour to keep events in sync. Nothing is fetched 
   unless you add a feed.
 * **Plain links.** The “Map” and “Add to Google Calendar” links on an event are
   ordinary hyperlinks to google.com/maps and calendar.google.com. They open in 
   the visitor’s browser; the plugin sends nothing itself. Google’s terms: https://
   policies.google.com/terms

#### Data the plugin stores

One database table, `{prefix}beacon_occurrences`, holding the expanded dates of 
each event. It is removed on uninstall only if you turn on “delete all data on uninstall”
under Events  Settings.

#### Shortcode

    ```
    [beacon_events view="list" days="60" limit="20" category="workshops"] — `category` takes one slug or several, comma-separated (`category="workshops,talks"` shows events in either).
    [beacon_events view="month"]
    [beacon_events view="list" filters="1"] — adds the category / venue / search / list-month bar.
    [beacon_events layout="compact" limit="5"] — one line per event, for sidebars.
    [beacon_events view="day"] — today, with previous/next links.
    venue="slug" and `organizer="slug"` work like `category`.
    ```

#### Block

Add the **Events** block and choose list, month or day in the sidebar, or the **
Upcoming events** variation for a short one-line list. Elementor users: the **Beacon
Events** widget has the same options.

#### Tickets and RSVP

Free covers the calendar. If you need people to sign up or pay — RSVP with capacity
per date, paid tickets through Stripe or your WooCommerce checkout, a waitlist when
a date is full, reminder emails the day before, attendee lists with CSV export, 
visitor-submitted events — there is a paid add-on, Beacon Events Pro. Nothing in
the free plugin is time-limited, crippled or nagged.

#### Setup in five minutes

 1. Events  Add New Event. Set Starts and Ends in the When panel; pick Repeats if it
    recurs (weekly on Tuesday, second Tuesday of the month, last Friday…). Add a venue
    and a category from the sidebar.
 2. Put the **Events** block on a page (or the shortcode below). Choose list, month
    or day, and switch on the filter bar if you have several categories or venues.
 3. Moving from another plugin? Events  Import / Export. Have a Google Calendar? Events
    Settings  paste its iCal address.

That is the whole setup. Everything else — colours, venues with maps, online events,
per-date changes — is optional.

#### Roadmap

Next, in this order: a CSV import for attendees, Modern Events Calendar import, 
per-event reminder settings, and translations. Requests and bug reports on the support
forum get answered; the plugin is small enough that most fixes ship within days.

## Screenshots

[⌊The month view, inheriting the theme.⌉⌊The month view, inheriting the theme.⌉[

The month view, inheriting the theme.

[⌊The list view, grouped by day.⌉⌊The list view, grouped by day.⌉[

The list view, grouped by day.

[⌊Editing an event: when, how often, where — in one box.⌉⌊Editing an event: when,
how often, where — in one box.⌉[

Editing an event: when, how often, where — in one box.

[⌊Feeds and the sync log.⌉⌊Feeds and the sync log.⌉[

Feeds and the sync log.

[⌊Import from The Events Calendar, Events Manager or All-in-One Event Calendar, 
or a CSV file: one click, nothing deleted.⌉⌊Import from The Events Calendar, Events
Manager or All-in-One Event Calendar, or a CSV file: one click, nothing deleted.⌉[

Import from The Events Calendar, Events Manager or All-in-One Event Calendar, or
a CSV file: one click, nothing deleted.

## Blocks

This plugin provides 2 blocks.

 *   Events
 *   Venue / category details

## FAQ

### Are recurring events really free?

Yes. That’s the point.

### Does it work as a church calendar?

Yes. Enter the weekly service once as a recurring event, add special services and
holidays as single events, and cancel or move one date when plans change. The month
view and the upcoming list go on any page, and members can add the whole calendar
to their phone with the subscribe link.

### How do I connect Google Calendar?

In Google Calendar, open the calendar’s settings and copy the “Public address in
iCal format”. Paste it under Events  Settings  Calendar feeds. It syncs hourly, 
and you can press “Sync feeds now” any time.

### What happens if an event is removed from my Google Calendar?

It’s set to draft on your site and the removal is written to the sync log. You decide
whether to delete it.

### Will it change how my site looks?

No. The stylesheet only does layout. Colours, fonts and spacing inherit from your
theme.

### Can I move my events from The Events Calendar or Events Manager?

Yes. Events  Import / Export finds what either plugin stored in your database (it
works even if that plugin is already deactivated) and copies events, venues with
addresses, organizers, categories, featured images, timezones and recurring rules
across. Nothing is deleted. Run it again later and it updates what it imported instead
of making duplicates. Old event, venue and category links are redirected to the 
imported items.

### All-in-One Event Calendar (Time.ly) was removed from wordpress.org. Can I move my events?

Yes. Its events stay in your database, and Events  Import / Export reads them directly,
even with All-in-One Event Calendar still active or already deactivated. Events,
categories with their colours, venues with addresses, contacts, featured images,
timezones, recurring rules and skipped dates come across; “every weekday” rules 
become a weekly rule on those days. Events it pulled in from calendar feeds keep
their feed IDs, so adding the same feed under Events  Settings adopts them instead
of duplicating them. Its old category and calendar-view links are redirected, and
the report tells you which page used to show the calendar.

### What about my tickets and attendees from Event Tickets?

The free importer moves events, venues, organizers and categories, and shows how
many tickets and confirmed attendees it found. Beacon Events Pro, the paid add-on,
imports those too: each event’s ticket price and capacity, every RSVP “yes” and 
every attendee of a completed order. Unpaid orders are left behind and no emails
are sent.

### Can I import from a spreadsheet?

Yes. Save it as CSV with a header row (title and start are the only required columns;
venue, address, organizer, categories, repeat rule, skip dates, online link and 
image URL are optional) and upload it on Events  Import / Export. Export gives you
every event in the same format, and an edited export comes back as updates.

### Can I cancel or move just one date of a recurring event?

Yes. Under the rule in the editor sidebar (or the When box in the classic editor)
the next few dates are listed; mark one cancelled and it stays on the calendar as
cancelled, or move it to another time. Skipped dates, by contrast, disappear entirely.

### Can I sell tickets without Eventbrite’s per-ticket fees?

Yes, with Beacon Events Pro, as an Eventbrite alternative for tickets you sell from
your own site. Buyers pay through your own Stripe account or your WooCommerce checkout,
so the only fee is your payment provider’s card fee. Eventbrite’s US pricing adds
a service fee of 3.7% + $1.79 to every paid ticket. Pro is $49 a year for one site
and includes a capacity per date, a waitlist, reminder emails and an attendee list.
It has one price per event and no reserved seating, so it suits classes, workshops
and small events.

### What’s in the paid version?

Tickets and RSVPs with card payments, attendee export, and priority support. Nothing
in the free version moves behind a paywall.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Beacon Events – Events Calendar with Recurring Events & Google Calendar Sync” is
open source software. The following people have contributed to this plugin.

Contributors

 *   [ beaconevents ](https://profiles.wordpress.org/beaconevents/)

[Translate “Beacon Events – Events Calendar with Recurring Events & Google Calendar Sync” into your language.](https://translate.wordpress.org/projects/wp-plugins/beacon-events)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/beacon-events/), check
out the [SVN repository](https://plugins.svn.wordpress.org/beacon-events/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/beacon-events/) 
by [RSS](https://plugins.trac.wordpress.org/log/beacon-events/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.8.2

 * The block editor shows a collapsed “Tickets & RSVP” panel on events, saying what
   the paid add-on does and linking to its page. It only appears while the add-on
   isn’t installed. There are still no notices anywhere in WordPress admin.

#### 0.8.1

 * One database query less on every page load: the “flush rewrite rules” flag is
   now kept (set to 0) after activation instead of deleted, since WordPress looks
   a missing option up again on each request unless a persistent object cache is
   installed.

#### 0.8.0

 * Import from All-in-One Event Calendar by Time.ly (closed on wordpress.org in 
   2025): events, recurring rules and skipped dates, categories with their colours,
   venues and addresses, contacts, featured images and timezones. “Every day except
   weekends” rules become a weekly rule on the remaining days. Events that came 
   from calendar feeds keep their feed IDs. Old category, calendar-view and event
   links are redirected once it is deactivated.
 * Calendar navigation no longer hands search engines an endless set of dates: previous/
   next and day links are nofollow, date and filter pages are marked noindex, and
   the robots.txt WordPress generates asks crawlers to skip them (filter `beacon_robots_txt`
   to turn that off).
 * Fixed: on a standalone day view, the previous/next arrows did not change the 
   date.
 * Fixed: “delete all data on uninstall” now also removes the import log and any
   unfinished import.

#### 0.7.0

 * Import from The Events Calendar now counts your Event Tickets data (tickets, 
   RSVPs and confirmed attendees) and says what happens to it. Beacon Events Pro
   0.3.0 imports it along with the events.
 * An extension point after each imported event (`beacon_import_after_event`) for
   add-ons.

#### 0.6.1

 * Readme: a five-minute setup section, the full block and shortcode reference, 
   and the roadmap. The Tickets & RSVP page describes the current add-on (Stripe
   or WooCommerce, waitlist, reminders).

#### 0.6.0

 * Import from Events Manager (events, locations with addresses, categories, repeating
   events with their rule and excluded dates; generated occurrence posts are skipped).
   Old /events/… and /locations/… links are redirected once Events Manager is deactivated.
 * CSV import and export (Events  Import / Export): one event per row, with venue,
   address, organizers, categories, repeat rule, skip dates, online link and image
   URL. Export first and the file comes back as updates, not duplicates.

#### 0.5.0

 * Elementor widget (“Beacon Events”): list, month or day view with the same options
   as the block.
 * Filter bar on any list or month view: category, venue, search, and a list/month
   switch. Plain links, works without JavaScript.
 * Day view (`view="day"`), and the month grid’s day numbers open that day.
 * Compact layout (`layout="compact"`) and an “Upcoming events” block variation:
   one line per event for sidebars and footers.
 * Category colours: pick one on Events  Event Categories; events show a dot in 
   lists and a bar in the month grid.

#### 0.4.0

 * Change one date of a recurring event: cancel it (it stays listed as cancelled)
   or move it to another time, from the editor sidebar or the classic When box. 
   Calendar feeds and the RSVP form follow.
 * Online events: an “Online event” switch with a meeting link; a Join button on
   the event page, “Online” in the views, the link in calendar files.
 * schema.org Event markup on event pages (one entry per upcoming date) so search
   engines can show your events. Filter `beacon_schema` to change or disable it.
 * Venue, organizer and category pages on block themes: address and map link, description,
   a subscribe link and that term’s upcoming events. Per-venue, per-organizer and
   per-category .ics feeds.
 * “Duplicate” on the events list.
 * Block and shortcode: `venue` and `organizer` filters next to `category`.

#### 0.3.0

 * Import from The Events Calendar (Events  Import): events, venues with addresses,
   organizers, categories with their hierarchy, featured images, timezones and recurring
   rules (both the current rule-set format and the older serialized one) in one 
   click. Nothing in The Events Calendar is changed or deleted; running it again
   updates instead of duplicating. Old category and view links are redirected once
   The Events Calendar is deactivated; event, venue and organizer links keep their
   addresses.

#### 0.2.4

 * Block editor: the monthly “On” field (e.g. 2TU for the second Tuesday) can be
   typed letter by letter again; it was being cleared after every keystroke.

#### 0.2.3

 * The `category` attribute (block and shortcode) accepts several slugs separated
   by commas; an event in any of them is shown.

#### 0.2.2

 * A small review link in the footer of Beacon’s own admin screens. Still no admin
   notices anywhere.

#### 0.2.1

 * Event and archive URLs now work immediately after activation, instead of 404ing
   until permalinks were re-saved.
 * Admin styles are enqueued properly and load only on the event editor.
 * Calendar export hardened: carriage returns and control characters in a site name
   or venue can no longer break the .ics file.

#### 0.2.0

 * Events archive and single-event pages now use proper event templates on block
   themes (no more “Written by” on an event).
 * Venues have a street address, shown with a map link and sent to calendar apps.
 * “Add to Google Calendar” link alongside the .ics download.
 * The “When” panel opens by default in the editor and fills in an end time for 
   you.
 * One “Tickets & RSVP” page describing the optional paid add-on. No banners anywhere
   else.

#### 0.1.0

 * First release: events, venues, organizers, categories; recurring rules; list 
   and month views as blocks and shortcodes; ICS and Google Calendar import with
   hourly sync and a log; iCal export; clean uninstall.

## Meta

 *  Version **0.8.2**
 *  Last updated **58 minutes ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/beacon-events/)
 * Tags
 * [events calendar](https://srd.wordpress.org/plugins/tags/events-calendar/)[google calendar](https://srd.wordpress.org/plugins/tags/google-calendar/)
   [ical](https://srd.wordpress.org/plugins/tags/ical/)[ics](https://srd.wordpress.org/plugins/tags/ics/)
   [recurring events](https://srd.wordpress.org/plugins/tags/recurring-events/)
 *  [Advanced View](https://srd.wordpress.org/plugins/beacon-events/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/beacon-events/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/beacon-events/reviews/)

## Contributors

 *   [ beaconevents ](https://profiles.wordpress.org/beaconevents/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/beacon-events/)