{"id":5775,"date":"2009-06-05T16:42:34","date_gmt":"2009-06-05T16:42:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/icalendar-for-events-manager\/"},"modified":"2009-06-12T17:29:37","modified_gmt":"2009-06-12T17:29:37","slug":"icalendar-for-events-manager","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/icalendar-for-events-manager\/","author":260676,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.5","stable_tag":"1.0.5","tested":"2.7.1","requires":"2.6","requires_php":"","requires_plugins":"","header_name":"iCal for Events Manager","header_author":"benjo4u","header_description":"","assets_banners_color":"","last_updated":"2009-06-12 17:29:37","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/benjaminfleischer.com\/code\/donate","header_plugin_uri":"","header_author_uri":"http:\/\/benjaminfleischer.com\/code\/ical-for-events-manager","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1942,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.4b","1.0.4c","1.0.5"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[5442,252,7103,7105,19357],"plugin_category":[40,41],"plugin_contributors":[95010],"plugin_business_model":[],"class_list":["post-5775","plugin","type-plugin","status-closed","hentry","plugin_tags-events-manager","plugin_tags-feed","plugin_tags-ical","plugin_tags-ical-feed","plugin_tags-icalendar","plugin_category-calendar-and-events","plugin_category-communication","plugin_contributors-benjo4u","plugin_committers-benjo4u"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/icalendar-for-events-manager.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Creates an iCal feed for <a href=\"http:\/\/davidebenini.it\/wordpress-plugins\/events-manager\/\">Events Manager<\/a> based on <a href=\"http:\/\/wordpress.org\/extend\/plugins\/ical-for-events-calendar\/\">Events Calendar plugin<\/a> by YukataNinja.<\/p>\n\n<p>Based on <a href=\"http:\/\/www.kinggary.com\/archives\/build-an-ical-feed-from-your-wordpress-posts-plugin\">Gary King's iCal Posts<\/a> and modifications by <a href=\"http:\/\/capacity.electronest.com\/ical-for-ec-event-calendar\">Jerome<\/a>.<\/p>\n\n<p>Currently, the timezone information is hardcoded as Chicago in the ical-ec.php file.  The next version will allow editing this from the admin panel<\/p>\n\n<p>See below for examples of managing timezones.<\/p>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>I'm trying to fix the markdown syntax, I'm using <a href=\"http:\/\/daringfireball.net\/projects\/markdown\/dingus\">this<\/a><\/li>\n<li>Somehow I didn't push the actual revision to 1.0.4 like I thought. <\/li>\n<li>Also corrected example, that forceoffset should be uses with <code>ical<\/code>, <code>ical=rss<\/code>, or <code>ical=cron<\/code><\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>To force the use of the Wordpress GMT offset include the get variable forceoffset in your url. This makes it work in Google Calendar for me\nforceoffset, uses the <code>gmt_offset<\/code> in Wordpress<\/li>\n<li><p>Example: http:\/\/your-domain\/?ical=cron&amp;forceoffset<\/p><\/li>\n<li><p>Also fixed the line breaks<\/p><\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li><p>Changed description output to enconded quotable to preserve line breaks<\/p><\/li>\n<li><p>Added these configuration get parameters for time zones:<\/p>\n\n<ul>\n<li><code>tzlocation, e.g. America\/Chicago<\/code><\/li>\n<li><code>tzoffset_standard, e.g. -0600<\/code><\/li>\n<li><code>tzname, e.g. CST<\/code><\/li>\n<li><code>tzname_daylight, e.g. CDT<\/code><\/li>\n<li><code>tzoffset_daylight, e.g. -0500<\/code><\/li>\n<\/ul><\/li>\n<li><p>I haven't robustly tested this. I think you can find these values <a href=\"http:\/\/www.w3.org\/2002\/12\/cal\/tzd\/\">here<\/a><\/p><\/li>\n<li><p>Added ability to cron output to a file with these get parameters<\/p>\n\n<ul>\n<li><code>ical   outputs to the screen<\/code><\/li>\n<li><code>ical=cron  outputs to an ics file and displays success message<\/code><\/li>\n<li><code>ical=rss outputs to an ics file and should be subscribable by an rss reader for cronless update<\/code><\/li>\n<li><code>ical=ics get the ics file if available<\/code><\/li>\n<\/ul><\/li>\n<li><p>This seems to be working right now<\/p><\/li>\n<li><p>Example with output to screen:<\/p>\n\n<ul>\n<li>Feed will be at http:\/\/your-web-address\/?ical<\/li>\n<\/ul><\/li>\n<li>Example with output to screen and custom timezones\n\n<ul>\n<li>Feed will be at http:\/\/your-web-address\/?ical&amp;tzlocation=America\/Chicago etc.<\/li>\n<\/ul><\/li>\n<li>Example with cron or rss file creation and custom timezones\n\n<ul>\n<li>Feed will be at http:\/\/your-web-address\/?ical=rss&amp;tzlocation=America\/Chicago etc.<\/li>\n<li>Feed will be at http:\/\/your-web-address\/?ical=cron&amp;tzlocation=America\/Chicago etc.<\/li>\n<\/ul><\/li>\n<li>Example to get ics file\n\n<ul>\n<li>Feed will be at http:\/\/your-web-address\/?ical=ics<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Unzip in your plugins directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Where is the feed located?<\/dt>\n<dd><p>At http:\/\/your-web-address\/?ical<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Add an iCal feed to your site for the Events Manager plugin","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5775","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=5775"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/benjo4u"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5775"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5775"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5775"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5775"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5775"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}