===  AddonLogic Simple Event Calendar ===
Contributors: snehalpancholi
Tags: events, calendar, event calendar, shortcode
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight event calendar with a custom post type, month-grid shortcode, and single-event pages.

== Description ==

AddonLogic Simple Event Calendar lets you create events with start/end dates, times, and venue details, then display them in an interactive month-grid calendar using a shortcode. No bloat, no external libraries — just clean, fast WordPress event management.

Features:
* Custom post type with start date, end date, start time, end time, venue, and venue URL
* Event Categories taxonomy (hierarchical)
* [event_calendar] month-grid shortcode with prev/next navigation
* Category filter via shortcode attribute
* Auto-appends event meta (date, time, venue) on single event pages
* Accent color picker in settings
* Mobile-responsive (compact on small screens)
* Dark mode ready

== Installation ==

1. Upload the `simple-event-calendar` folder to `/wp-content/plugins/`.
2. Activate the plugin.
3. Go to Events > Add New to create your first event.
4. Add `[event_calendar]` to any page.

== Shortcode ==

[event_calendar]
[event_calendar month="3" year="2025"]
[event_calendar category="conference"]

== Frequently Asked Questions ==

= Can I show multiple months? =
Add the shortcode multiple times with different month/year attributes.

= Does it support recurring events? =
Not in this version. Each event is a standalone entry.

== Changelog ==

= 1.0.0 =
* Initial release.
