== Description ==
Easily create calendars using Gravity Forms entries as the event data. Embed calendars on posts, pages, or GravityView Views. Display event submissions, schedules, or tasks. Easily style your calendar and choose different layouts.
== Changelog ==
= 2.4 on November 9, 2023 =
* Added: Option to automatically attach an ICS event calendar file to form notification emails
* Improved: Performance when querying events on hosts with limited resources
* Fixed: Date picker not working in Conditional Logic
* Fixed: Deprecation notice in PHP 8.2+
* Fixed: Calendar feed's Conditional Logic not being respected inside the View widget
* Fixed: Fatal error when the View widget is configured to display all entries
* Updated: [Foundation](https://www.gravitykit.com/foundation/) to version 1.2.5
__Developer Updates:__
* Deprecated: `GravityView_Widget_Calendar::get_entries()` method
* Removed:
- `GV_Extension_Calendar_Feed::calculate_fullcalendar_plugins()` and `GV_Extension_Calendar_Feed::convert_button_to_plugin_name()` methods that was deprecated in 1.5
- `GV_Extension_Calendar_Feed::calculate_frontend_enqueues()` method that was deprecated in 1.5.1
- `gravityview/calendar/settings/search_criteria` filter that was deprecated in 1.5.7
* Added: `gk/gravitycalendar/settings/db-batch-size` filter to modify the number of entries fetched from the database at a time