Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Greg™
VoxSync is not affiliated with Greg. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin provides a structured way to manage event calendars, particularly for developers building custom sites with the Timber library. It is designed for those who need to handle recurring events without the performance overhead of traditional plugins that create a separate database entry for each recurrence.
Custom Field Mapping: You define which post meta fields store event data like start date, end date, and recurrence rules, giving you complete control over the data structure.
Recurrence Rule Storage: Events are stored using RRULE standards, with only the rule itself saved to the database rather than individual instances, improving query performance.
Timber/Twig Integration: The plugin returns Greg\Event objects that extend Timber Posts, providing helper methods for displaying date ranges and recurrence patterns directly in your Twig templates.
Flexible Queries: Use a simplified API to query events by month, date range, or category, with all parameters filtering the underlying post query before recurrence expansion.
Template Control: You build the front-end presentation using your own Twig templates, with optional default views that can be overridden in your theme.
Version
Original
Updated