NOTES: Events As Posts – Plugin

wordpress.org/plugins/event-post/

Description
Adds some meta-datas 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 ????

event-post.com

POST METAS
Date attributes

Begin date-time
End date-time
Color
Location attributes

Address
GPS coordinates
Weather attribute (for a given location and date if possible)

WeatherTemperature
Weather
FULL DOCUMENTATION
Plugins/themes developpers documentation

SHORTCODES
The plugin comes with several shortcodes wich 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 contains
AVAILABLE OPTIONS:
[EVENTS_LIST]Query parameters

nb=5 (number of post, -1 is all, default: 5)
future=1 (boolean, retreive, or not, events in the future, default = 1)
past=0 (boolean, retreive, or not, events in the past, default = 0)
cat=” (string, select posts only from the selected category, default=null, for all categories)
tag=” (string, select posts only from the selected tag, default=null, for all tags)
geo=0 (boolean, retreives or not, only events wich have geolocation informations, default=0)
order=”ASC” (string (can be “ASC” or “DESC”)
orderby=”meta_value” (string (if set to “meta_value” events are sorted by event date, possible values are native posts fileds : “post_title”,”post_date” etc…)
Display parameters

thumbnail=”” (Bool, default:false, used to display posts thumbnails)
thumbnail_size=”” (String, default:”thmbnail”, can be set to any existing size : “medium”,”large”,”full” etc…)
excerpt=”” (Bool, default:false, used to display posts excerpts)
style=”” (String, add some inline CSS to the list wrapper)
type=div (string, possible values are : div, ul, ol default=div)
title=” (string, hidden if no events is found)
before_title=”<h3>” (string (default <h3>)
after_title=”</h3>” (string (default </h3>)
container_schema=”” (string html schema to display list)
item_schema=”” (string html schema to display item)
example: [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%”>
<a href=”%event_link%”>
%event_thumbnail%
<h5>%event_title%</h5>
</a>
%event_date%
%event_cat%
%event_location%
%event_excerpt%
</%child%>
[EVENTS_MAP]nb=5 (number of post, -1 is all, default: 5)
future=1 (boolean, retreive, or not, events in the future, default = 1)
past=0 (boolean, retreive, or not, events in the past, default = 0)
cat=” (string, select posts only from the selected category, default=null, for all categories)
tag=” (string, select posts only from the selected tag, default=null, for all tags)
tile=” (string (default@osm.org, OpenCycleMap, mapquest, osmfr, 2u, satelite, toner), sets the map background, default=default@osm.org)
title=” (string (default)
zoom=” (number or empty (default, means fit to points)
before_title=”<h3>” (string (default <h3>)
after_title=”</h3>” (string (default </h3>)** thumbnail=”” * (Bool, default:false, used to display posts thumbnails)
excerpt=”” (Bool, default:false, used to display posts excerpts)
list=”” (String (“false”, “above”, “below”, “right”, “left”) default: “false”, Display a list of posts)
example: [events_map future=1 past=1 cat=”actuality” nb=”-1″] [EVENTS_CAL]cat=” (string, select posts only from the selected category, default=null, for all categories)
date=” (string, date for a month. Absolutly : 2013-9 or relatively : -1 month, default is empty, current month
datepicker=1 (boolean, displays or not a date picker
mondayfirst=0 (boolean, weeks start on monday, default is 0 (sunday)
display_title=0 (boolean, displays or not events title under the day number)
example: [events_cal cat=”actuality” date=”-2 months” mondayfirst=1 display_title=1] [EVENT_DETAILS]attribute string (date, start, end, address, location). The default value is NULL and displays the full event bar
HOOKS
 

FILTERS
eventpost_get
eventpost_getsettings
eventpost_item_scheme_entities
eventpost_item_scheme_values
eventpost_list_shema
eventpost_listevents
eventpost_multisite_get
eventpost_multisite_blogids
eventpost_params
eventpost_printdate
eventpost_printlocation
eventpost_retreive
ACTIONS
before_eventpost_generator
after_eventpost_generator
eventpost_getsettings
eventpost_settings_form
eventpost_after_settings_form

<hr>

wordpress.org/plugins/events-as-posts/

Use the following meta keys:

eap_from_day: starting date of the event ( Y-m-d format )

eap_from_day_custom_format: starting date of the event ( settings’ format )

eap_from_time: starting time of the event ( H:i format )

eap_from_time_custom_format: starting time of the event ( settings’ format )

eap_until_day: ending date of the event ( Y-m-d format )

eap_until_day_custom_format: ending date of the event ( settings’ format )

eap_until_time: ending time of the event ( H:i format )

eap_until_time_custom_format: ending time of the event ( settings’ format )

eap_location: location of the event

eap_link_location: link to event’s location

eap_city: event’s city

eap_country: event’s country

eap_add_info: additional information about the event

If you’re going to use ‘M’ or ‘F’ as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event.