Field Guide Events Calendar

Description

A plugin to display a filterable calendar of events with initial support for Neon CRM.

Usage

Add a short code to any page or post to display a calendar of upcoming events:

Event Calendar

[field_guide_events_calendar]

Additional attributes are available:
filter_campaigns="true"
– filters events by campaign name
multi_day_events="false"
– uses the start date only for dates that span multiple days

Event List

[field_guide_events_list]

Additional attributes are available:
campaign="campaign name here"
– filters events by campaign name
– accepts a regular expression, e.g. campaign="field trips(.*)" will
match “Field Trips – Free” and “Field Trips – Paid”
– match is case insensitive

External services

This plugin connects to an API to obtain events; it’s needed to show the
events on the calendar every time the included shortcode is loaded. It does not collect any user information. Site administrators supply an organization id
and an api key to authenticate with the API. This service is provided by “Neon CRM”: terms of service
privacy policy

Screenshots

Installation

Install the plugin and configure the Org ID and Api Key in Settings > Field Guide Events Calendar.

Information about the Org ID and Api Key are available on Neon’s developer site.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Field Guide Events Calendar” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

[1.4.0] 2025-09-14

  • Add [field_guide_events_list] shortcode
  • Fix event flicker on date change
  • Improve error handling and error messages

[1.3.0] 2025-09-07

  • Preserve campaign filter on date change

[1.2.0] 2025-09-06

  • Fix admin localization strings

[1.1.0] 2025-09-04

  • Added multi_day_events attribute
  • Uses campaign names for filtering instead of categories

[1.0.0] 2025-09-01

  • Initial release