{"id":42966,"date":"2016-04-07T03:14:33","date_gmt":"2016-04-07T03:14:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/sd-google-calendar-combiner\/"},"modified":"2016-04-07T04:04:37","modified_gmt":"2016-04-07T04:04:37","slug":"sd-google-calendar-combiner","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/sd-google-calendar-combiner\/","author":14309052,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"4.8.28","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"SD Google Calendar Combiner","header_author":"Smartware Design LLC","header_description":"","assets_banners_color":"564744","last_updated":"2016-04-07 04:04:37","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/smartwaredesign.com\/donate","header_plugin_uri":"http:\/\/www.smartwaredesign.com\/sd-google-calendar","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":20,"downloads":2854,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<p>No Upgrade notice for the initial version.<\/p>","1.1":"<p>Corrected the problems happening with recent Google Calendar updates.  Agenda now displays with latest version and works with WordPress 4.8<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1388919","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1388918","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1388908","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1388908","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1388908","resolution":"3","location":"assets"}},"screenshots":{"1":"The list of combined calendars (you can have multiple combined calendars to place on different pages or posts).","2":"The edit screen for each individual combined calendar (# calendar items to pull down, timezone, and calendar ids).","3":"An example post with a combined calendar."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[55226,55225,4743,55224],"plugin_category":[],"plugin_contributors":[127411],"plugin_business_model":[],"class_list":["post-42966","plugin","type-plugin","status-publish","hentry","plugin_tags-combine-calendar","plugin_tags-combine-google-calendars","plugin_tags-google-calendar","plugin_tags-google-calendar-combiner","plugin_contributors-mbjacket81","plugin_committers-mbjacket81"],"banners":{"banner":"https:\/\/ps.w.org\/sd-google-calendar-combiner\/assets\/banner-772x250.png?rev=1388918","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/sd-google-calendar-combiner\/assets\/icon-128x128.png?rev=1388919","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/sd-google-calendar-combiner\/assets\/screenshot-1.png?rev=1388908","caption":"The list of combined calendars (you can have multiple combined calendars to place on different pages or posts)."},{"src":"https:\/\/ps.w.org\/sd-google-calendar-combiner\/assets\/screenshot-2.png?rev=1388908","caption":"The edit screen for each individual combined calendar (# calendar items to pull down, timezone, and calendar ids)."},{"src":"https:\/\/ps.w.org\/sd-google-calendar-combiner\/assets\/screenshot-3.png?rev=1388908","caption":"An example post with a combined calendar."}],"raw_content":"<!--section=description-->\n<p>The user can combine multiple public Google calendars into one feed to use on the REST API or generate one agenda calendar on the Wordpress frontend.<\/p>\n\n<p>The user can have multiple combined calendars to use on different API calls or front end views with different shortcodes.  This plugin allows the user to enter a list of all public Google Calendars, the number of look-ahead days, and the timezone for displaying the dates and times of the calendar.<\/p>\n\n<p>The RESTful call generates JSON that looks like the following as an example:\n{\n 'date':'2016-03-31',\n 'events':[\n   {'title':'Mayor&#039;s Masters Reception',\n    'link':'https:\/\/calendar.google.com\/calendar\/event?eid=X2Q...&amp;ctz=America\/New_York'},\n   {'time':'10am',\n    'title':'AARP Tax Help', \n    'link':'https:\/\/calendar.google.com\/calendar\/event?eid=aWwy...&amp;ctz=America\/New_York'}\n  ]\n}<\/p>\n\n<p>The RESTful call can be made by using a custom url to:\n\/wp-json\/sd-google-calendar\/v1\/sdcalendar\/<\/p>\n\n<p>The agenda calendar can be inserted to your wordpress post using the shortcode:\n[sd_show_calendar id=\"\"]<\/p>\n\n<p>There's also a \"type\" parameter which is defaulted to \"agenda\" for now but will be further developed to eventually use full calendar displays for scrolling different months.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/sd-google-calendar<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Use Google Calendars admin menu option for setting up combined calendars.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/sd-google-calendar<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<li>Use Google Calendars admin menu option for setting up combined calendars.<\/li>\n<\/ol><\/dd>\n<dt>Can I use a private calendar?<\/dt>\n<dd><p>At the moment, no.  It's not configured to use the Google API so it can't use private calendars.<\/p><\/dd>\n<dt>What about calendar-type displays?<\/dt>\n<dd><p>Right now only an agenda-style format is available.  If there's a strong desire to have a calendar layout then we will consider this in future versions.<\/p><\/dd>\n<dt>What about using my own calendar styles?<\/dt>\n<dd><p>The calendar CSS styles are located in the plugin \/css folder<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Updated version to 4.7<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>The initial version includes WP REST API and Agenda layout<\/li>\n<\/ul>","raw_excerpt":"Wordpress Plugin for combining public Google Calendars for display, created by SmartwareDesign.com for use by everyone!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/42966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=42966"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mbjacket81"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=42966"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=42966"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=42966"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=42966"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=42966"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=42966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}