

Events archive with month grid view
AdBrains Events Calendar & RSVP is an enterprise-grade events management solution built with modern design principles. It provides everything you need to create, manage, and display events on your site.
Key Features:
.ics file downloads.{event_title}, {attendee_name}, etc.).[adbrains_events], [adbrains_calendar], [adbrains_upcoming], [adbrains_featured], plus block editor blocks.Shortcodes:
[adbrains_events] – Unified events directory supporting Month, List, and Day tab options.[adbrains_calendar] – Embedded monthly calendar grid.[adbrains_upcoming limit="5"] – Chronological listings of upcoming events.[adbrains_featured id="X"] – High-quality card displaying a featured event.Gutenberg Blocks:
REST API Endpoints:
GET /wp-json/adbrains-events-calendar-rsvp/v1/events – Retrieve paginated lists of published events (public).GET /wp-json/adbrains-events-calendar-rsvp/v1/events/<id> – Detailed published event view. Nested venue/organizer objects are included only when those linked posts are published. Organizer contact/social fields require the edit_posts capability.GET /wp-json/adbrains-events-calendar-rsvp/v1/venues – List of published venues (public). Phone and website fields require the edit_posts capability.GET /wp-json/adbrains-events-calendar-rsvp/v1/organizers – List of organizers including contact and social metadata. Requires the edit_posts capability.This plugin can connect to external services to load map resources:
Google Maps API: If configured with a Google Maps API Key in the settings, the plugin enqueues the Google Maps API from maps.googleapis.com to render interactive maps and location pickers. When loaded, it transmits browser metadata (such as IP address, User-Agent, and coordinates) to Google.
OpenStreetMap: If no Google Maps API Key is provided, the plugin defaults to Leaflet maps which fetch map tiles from OpenStreetMap ({s}.tile.openstreetmap.org). When loaded, it transmits browser metadata (such as IP address and User-Agent) to OpenStreetMap.