by Bastien Ho on WordPress.org
The only WordPress plugin using native posts as full calendar events with begin and end date, geolocation, color and weather.

Map in single page
Adds some meta-data to posts to convert them into full calendar events.
Each event can be exported into ical(.ics), outlook(vcs), or Google Calendar.
Geolocation works thanks to openstreetmap.
It can also fetch the weather, but doesn’t bring the sun 🙂
Follow @wpeventpost on Twitter for latest news.
Examples on event-post.com
Date attributes
Location attributes
WooCommerce compliant
You can enable event features on Woocommerce products. The event will be displayed on the product page. Moreover, the product price will be displayed in event list, calendar, map and timeline.
This, way, you can sell tickets for your events, effortlessly and without any additional plugin.
Weather attribute (for a given location and date if possible)
Plugins/themes developpers documentation
The plugin comes with several blocks/shortcodes which allows to:
[events_list]: display a list of events[events_map]: display a map of events[events_cal]: display a calendar of events[event_details]: display a detail of the current event[event_term]: display the date range of a given term based on all events it containsexample:
[events_list future=1 past=1 cat="actuality" nb=10]
container_schema default value:
<%type% class=”event_loop %id% %class%” id=”%listid%” style=”%style%” %attributes%>
%list%
%type%>
item_schema default value:
<%child% class=”event_item %class%” data-color=”%color%”>
%event_thumbnail%
%event_title%
%event_date%
%event_cat%
%event_location%
%event_excerpt%
%child%>
example:
[events_map future=1 past=1 cat="actuality" nb="-1"]
example:
[events_cal cat="actuality" date="-2 months" mondayfirst=1 display_title=1]
attribute string (date, start, end, address, location). The default value is NULL and displays the full event bar
[event_details attribute=”address”]