Now into your site WordPress you can create and organize your events.
Multilanguage: English, Italian
To automate the creation of an event on facebook you have to register as a developer on facebook, create an APP and to recove id and privat key of APP.
NEWS: Import your events of Facebook!!!
If you would change single template of events copy pages/events-template-single.php into your template and custom it.
Calendar
[eventissimo type='CALENDAR' backcolorHEX='[#069c88]' fontcolorHEX='[#FFFFFF]' search='[TRUE|FALSE]'] : BackcolorHEX is backcolor of the event’s title. Default is #069c88List or Block Events
[eventissimo type='[LIST|BLOCK]' date='true' ]: you view date of events[eventissimo type='[LIST|BLOCK]' limit='#' ]: you type a number for limit list event, default 10[eventissimo type='[LIST|BLOCK]' paginate='true' ]: you view events with pagination (events per page defined with limit number, if not defined number is 10).[eventissimo type='[LIST|BLOCK]' view='[OLD|NEXT]']: you defined past events or next events, Default is NEXT[eventissimo type='[LIST|BLOCK]' defined='TODAY|MONTH']: you defined today events or all events of current month. MONTH combined with view NEXT lets you see only next events.Slideshow
[eventissimo type='CYCLE' view='[OLD|NEXT]' defined='TODAY|MONTH']=API EVENTS=
Example
http://www.tests.it/apievent/get?type=rsshttp://www.tests.it/apievent/get?type=jsonParameters
http://www.tests.it/apievent/get?type=rsshttp://www.tests.it/apievent/getapievent/get?type=rss&search=id_author&value=1http://www.tests.it/apievent/get?type=rss&defined=TODAYhttp://www.tests.it/apievent/get?type=rss&view=NEXTStructure Json
[
{
"id": 123,
"classname": 123,
"randomColor": "#C913D5",
"id_author": "1",
"description": "test events for json",
"title": "Test event",
"url": "http://www.example.it/events/tests",
"thumbs": <img width="150" height="150" src="http://www.example.it/wp-content/uploads/2014/02/example150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Example" />,
"cover":<img width="690" height="300" src="http://www.example.it/wp-content/uploads/2014/02/example90x300.jpg" class="attachment-fb_cover_image wp-post-image" alt="Example" />,
"coverBig":<img width="690" height="500" src="http://www.example.it/wp-content/uploads/2014/02/example.jpg" class="attachment-large wp-post-image" alt="Example" />,
"types": [
{
"term_id": 1,
"name": "test1",
"slug": "test1",
"term_group": 0,
"term_taxonomy_id": 1,
"taxonomy": "typeEvents",
"description": "",
"parent": 0,
"count": 1,
"filter": "raw"
}
],
"categories": [
{
"term_id": 2,
"name": "test2",
"slug": "test2",
"term_group": 0,
"term_taxonomy_id": 2,
"taxonomy": "eventscategories",
"description": "",
"parent": 0,
"count": 1,
"filter": "raw"
},
{
"term_id": 3,
"name": "test3",
"slug": "test3",
"term_group": 0,
"term_taxonomy_id": 3,
"taxonomy": "eventscategories",
"description": "",
"parent": 0,
"count": 1,
"filter": "raw"
}
],
"date_begin": "1391904000",
"date_end": "1391904000",
"hour_begin": "00:00",
"hour_end": "03:00"
},
{..}
]