A plugin to display a filterable calendar of events with initial support for Neon CRM.
Add a short code to any page or post to display a calendar of upcoming events:
[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
[field_guide_events_list]
Additional attributes are available:
– campaignName="campaign name here"
– filters events by campaign name
– accepts a regular expression, e.g. campaignName="field trips(.*)" will
match “Field Trips – Free” and “Field Trips – Paid”
– match is case insensitive
– name="match event name here"
– filters events by names matching the value
– Any property of an event from https://developer.neoncrm.com/api-v2/#/Events/listUsingGET_2
– e.g. description="partial description to match"
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