{"id":44917,"date":"2008-10-09T13:44:16","date_gmt":"2008-10-09T13:44:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/event-calendar\/"},"modified":"2016-11-21T04:09:46","modified_gmt":"2016-11-21T04:09:46","slug":"event-calendar","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/event-calendar\/","author":15285,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"3.1.4","stable_tag":"3.1.4","tested":"2.7","requires":"1.5","requires_php":"","requires_plugins":"","header_name":"Event Calendar","header_author":"Alex Tingle","header_description":"","assets_banners_color":"","last_updated":"2016-11-21 04:09:46","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.amazon.co.uk\/gp\/registry\/1S44DP6XXOFIN","header_plugin_uri":"http:\/\/wpcal.firetree.net","header_author_uri":"http:\/\/blog.firetree.net\/","rating":1,"author_block_rating":0,"active_installs":500,"downloads":283173,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","other_notes"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["3.1.1","3.1.2","3.1.2.bigcal","3.1.2.bigcal.2","3.1.3","3.1.4","3.2.beta1","3.2.beta2","3.2.dev-02"],"block_files":[],"assets_screenshots":{"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1538844","resolution":"4","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1538844","resolution":"3","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538844","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538844","resolution":"1","location":"plugin"}},"screenshots":{"1":"<p>The (AJAX) Event Calendar and Upcoming Events widets.<\/p>","2":"<p>The AJAX Event Calendar has nicely formatted popups.<\/p>","3":"<p>The Event Editor on the Write Post page.<\/p>","4":"<p>Event Calendar options page.<\/p>"}},"plugin_section":[],"plugin_tags":[416,2431,1486,19357,126425],"plugin_category":[40,43,59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-44917","plugin","type-plugin","status-closed","hentry","plugin_tags-calendar","plugin_tags-event","plugin_tags-events","plugin_tags-icalendar","plugin_tags-vcalendar","plugin_category-calendar-and-events","plugin_category-customization","plugin_category-utilities-and-tools","plugin_committers-alex_tingle","plugin_committers-davidgarlitz","plugin_committers-ev3rywh3re","plugin_committers-ldetomasi","plugin_committers-lexhair","plugin_committers-rboatright","plugin_committers-schulte","plugin_committers-thornomad"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/event-calendar.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/event-calendar\/trunk\/screenshot-1.png?rev=1538844","caption":"<p>The (AJAX) Event Calendar and Upcoming Events widets.<\/p>"},{"src":"https:\/\/ps.w.org\/event-calendar\/trunk\/screenshot-2.png?rev=1538844","caption":"<p>The AJAX Event Calendar has nicely formatted popups.<\/p>"},{"src":"https:\/\/ps.w.org\/event-calendar\/trunk\/screenshot-3.jpg?rev=1538844","caption":"<p>The Event Editor on the Write Post page.<\/p>"},{"src":"https:\/\/ps.w.org\/event-calendar\/trunk\/screenshot-4.jpg?rev=1538844","caption":"<p>Event Calendar options page.<\/p>"}],"raw_content":"<!--section=description-->\n<p>Manage future events as an online calendar. Display upcoming events in a dynamic\ncalendar, on a listings page, or as a list in the sidebar. You can subscribe to\nthe calendar from iCal (OSX) or Sunbird.<\/p>\n\n<p>Choose one WordPress category as the 'event' category, and then add posts for\ndates in the future. Add the calendar or event list functions to your template,\nor just use the 'Event Category' page to list your forthcoming events.<\/p>\n\n<p>EventCalendar works fine with WordPress v2. It should also work with WordPress\nv1.5. Reports of successes and failures are most welcome.<\/p>\n\n<p><a href=\"http:\/\/wpcal.firetree.net\">Full Documentation<\/a><\/p>\n\n<!--section=installation-->\n<p>Before you start, make sure that you have at least MySQL v4.<\/p>\n\n<h4>1. Upload to your plugins folder, usually `wp-content\/plugins\/`<\/h4>\n\n<p>The plugin is in the form of a directory called 'eventcalendar3'.<\/p>\n\n<h4>2. Activate the plugin on the plugin screen.<\/h4>\n\n<p>Don't try to view your blog yet. First you must...<\/p>\n\n<h4>3. Change settings on the \"Options &gt; Event Calendar\" options screen.<\/h4>\n\n<p>You must choose which WordPress category to use for events. (Viewing the\noptions screen for the first time also sets up the database, and upgrades\nevents from older versions of EventCalendar.)<\/p>\n\n<p><a href=\"http:\/\/wpcal.firetree.net\/options\">Details<\/a><\/p>\n\n<h4>4. Add the Event Calendar or Upcoming Events list to your sidebar.<\/h4>\n\n<p>If you use the WordPress Widgets, then the Event Calendar is available as an\neasy to install widget. In order to use it you must first activate the 'Event\nCalendar Widget' plugin.<\/p>\n\n<p>If you use the K2 template then the Event Calendar is available as a sidebar\nmodule.<\/p>\n\n<p>Otherwise, you need to make a small adition to your template. Add the\nfollowing code to your sidebar.php:<\/p>\n\n<pre><code>Event Calendar:\n&lt;li&gt;\n  &lt;?php ec3_get_calendar(); ?&gt;\n&lt;\/li&gt;\n\nUpcoming Events:\n&lt;li&gt;Events\n  &lt;?php ec3_get_events(5); ?&gt;\n&lt;\/li&gt;\n<\/code><\/pre>\n\n<p>If you are using an older template, then you should check that your HTML\nheader contains the following tag: <code>&lt;?php wp_head(); ?&gt;<\/code><\/p>\n\n<p>Caution: The Event Calendar must be unique. If you try to show more than one\ncalendar on a page, then only the first will be displayed.<\/p>\n\n<p><a href=\"http:\/\/wpcal.firetree.net\/template-functions\">Details<\/a><\/p>\n\n<!--section=other_notes-->\n<h3>How to make an Event Post<\/h3>\n\n<p>An event post is a normal blog post, with one or more attached events. On the\n'Write Post' page, scroll down and you will see the 'Event Editor'. You might\nneed to click the little '+' in its blue bar, to see the controls.<\/p>\n\n<p>To start with, you will only see the column headings (Start, End and All Day)\nand the '+' - add event button. Click '+' to add a new event.<\/p>\n\n<p>The event will start and end on the next full hour. To set the start date, click\non the '...' button, next to the start time. A popup calendar will appear.<\/p>\n\n<p>Select the new start date by clicking on the calendar. Optionally you can change\nthe time by clicking on the popup's time and dragging. Click on the 'X' to\ndismiss the popup.<\/p>\n\n<p>You can also edit the date and time in the normal way, by clicking on the\nnumbers and changing them with the keyboard. If you edit the date manually like\nthis, make sure that you keep to the correct format:\n  YEAR-MONTH-DATE 24-HOURS:MINUTES<\/p>\n\n<p>Example: An event is scheduled from 2-4pm on 14th August, 2006.<\/p>\n\n<p>Start: 2006-08-14 14:00:00\n   End:   2006-08-14 16:00:00<\/p>\n\n<p>When you change the 'Start' field, the 'End' field updates automatically, so\nthat the event's duration remains the same. If you want to change the duration,\nthen edit the 'End' field, just as you did for the 'Start'.<\/p>\n\n<p>If you tick the 'All Day' checkbox, then the times are ignored - the event goes\non through the whole day. You can make the event span over more than one day if\nyou wish. You can also add more scheduled times for the same post. Just click\nthe '+' button to add more lines.<\/p>\n\n<p>To remove an event, click on the '-' button.<\/p>\n\n<p>When you've finished editing your events, just Save the post in the normal way.<\/p>\n\n<h3>New Features in v3.1<\/h3>\n\n<p>This is a significant re-write. Event dates are now kept in their own table,\nso they are separate from the post date. There is a new Ajax interface on the\npost edit screen that allows you to set the event date.<\/p>\n\n<p>o Event dates are shown in their own little box at the beginning of event\n   posts.<\/p>\n\n<p>o Multi-day events are now supported.<\/p>\n\n<p>o Timezones are properly supported, so eveything works properly for those\n   unforturnate people who don't live in the GMT timezone.<\/p>\n\n<p>o Translations are now available in the following languages:<\/p>\n\n<pre><code> ca_ES  Catalan             (by Vicent Cubells)\n cs_CZ  Czech               (by Michal Franek)\n de_DE  German              (by Marc Schumann)\n dk_DK  Danish              (by Simon Bognolo)\n es_ES  Spanish             (by Maira Belmonte)\n fi_FI  Finnish             (by Ralf Strandell)\n fr_FR  French              (by Davy Morel &amp; J\u00e9r\u00f4me aka Comme une image)\n hu_HU  Hungarian           (by Elbandi)\n it_IT  Italian             (by Jimmi)\n mk_MK  Macedonian          (by Vanco Ordanoski)\n nb_NO  Norwegian           (by Realf Ording Helgesen)\n nl_NL  Dutch               (by Gerjan Boer &amp; P. Mathijssen)\n pt_BR  Portuguese (Brazil) (by DJ Spark)\n ro_RO  Romanian            (by Sushkov Stanislav)\n ru_RU  Russian             (by Ivan Matveyev)\n sl_SI  Slovenian           (by Damjan Gerli)\n sv_SE  Swedish             (by Anders Laurin)\n tr_TR  Turkish             (by Firat Cem Tezer &amp; Roman Neum\u00fcller)\n<\/code><\/pre>\n\n<p>If you would like to make a new translation, then just make a copy of the\n   file getttext\/ec3.pot, and add your translated text. You can use the existing\n   .po files as an example. Post your file to the\n   <a href=\"http:\/\/penguin.firetree.net\/eventcalendar\">mailing list<\/a> and we'll add it\n   into the project.<\/p>\n\n<h3>Planned features<\/h3>\n\n<p>Some enhancements haven't made it into this release, but they are planned for\nthe future. Look in the file TODO.txt for details.<\/p>\n\n<h3>Note:<\/h3>\n\n<p>Copyright (c) 2005-2008  Alex Tingle and others.\nLicense: GPL\nSome of this code was developed with the financial support of Stephen Hinton.<\/p>","raw_excerpt":"Manage future events as an online calendar. Display upcoming events in a dynamic\ncalendar, on a listings page, or as a list in the sidebar.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/44917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=44917"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/alex_tingle"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=44917"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=44917"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=44917"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=44917"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=44917"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=44917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}