{"id":5848,"date":"2009-06-12T11:05:06","date_gmt":"2009-06-12T11:05:06","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/upc0ming\/"},"modified":"2010-01-16T15:22:16","modified_gmt":"2010-01-16T15:22:16","slug":"upc0ming","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/upc0ming\/","author":2143339,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.1","stable_tag":"trunk","tested":"2.7","requires":"2.0.2","requires_php":"","requires_plugins":"","header_name":"upc0ming","header_author":"Oliver C Dodd","header_description":"","assets_banners_color":"","last_updated":"2010-01-16 15:22:16","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=11216463","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/upc0ming\/","header_author_uri":"http:\/\/01001111.net","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1775,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1.1":"<p>Fixed a bug that would cause the events to appear out of order.<\/p>","1.1.0":"<p>Added new features.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[416,1486,150,174,162],"plugin_category":[40,43,56],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-5848","plugin","type-plugin","status-closed","hentry","plugin_tags-calendar","plugin_tags-events","plugin_tags-google","plugin_tags-social","plugin_tags-widget","plugin_category-calendar-and-events","plugin_category-customization","plugin_category-social-and-sharing","plugin_committers-01001111-1"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/upc0ming.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The upc0ming widget\/plugin shows all, or a limited number of, the upcoming events booked on a Google Calendar that is publicly readable.  This doesn't need to be your default Google Calendar, you can create new calendars in which you can share only a subset of your information.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload 'upc0ming.php' to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Configure the widget in the widget section.<\/li>\n<\/ol>\n <p>To use as a plugin in your theme, include the following:     outputEvents(); ?&gt;<\/p>\n <p>And set the appropriate variables or leave blank for defaults ($user, the calendar id, is required).<\/p>\n <p>The configuration parameters are:<\/p>\n <ul>\n<li>Google Calendar User \/ ID:  The calendar id or your usename \/ email adress.<\/li>\n<li>Title: The title of this section.<\/li>\n<li>Wrapper Div ID: The id for the widget's wrapper div for your CSS styling convenience.  Leave blank to omit the div wrapper entirely.<\/li>\n<li>CSS: Inline CSS for convenience.  Default CSS can be found in the plugin code or in the FAQ.<\/li>\n<li>Link To Event?: Link the event to its detail page in Google Calendar?<\/li>\n<li>Limit Events?: Limit the events to a particular number? (blank for no limit)<\/li>\n<\/ul>\n\n<!--section=faq-->\n<h4>I created a new Google Calendar and set it to public, how can I find the user name \/ id?<\/h4>\n <p>Go to the Calendar Settings section of Google Calendar, select the calendar you created, and find the Calendar ID (should look something like: tjrr8m4e623kue9om8f31e9408@group.calendar.google.com) under the Calendar Address section on the Calendar Details Tab.<\/p>\n <h4>How can I configure the way the dates and event information is rendered?<\/h4>\n <p>I haven't built in any sophisticated configuration of the visual elements as of yet but you can do a couple things to tweak the output:<\/p>\n <ul>\n<li><p>Alter the CSS either in the plugin configuration or in your theme.  A simple viewing of the source should be enough to show you how the output is structured.<\/p><\/li>\n<li><p>Alter the source code of the plugin itself.<\/p><\/li>\n<\/ul>\n <p>I may get around to enabling a template for the output and some date configuration.<\/p>\n <h4>The output looks awful, what's going on?<\/h4>\n <p>You probably don't have the default CSS included, see below.<\/p>\n <h4>I irrevocably ruined my CSS, how can I get the default back?<\/h4>\n <p>It's embedded in the code or you can copy\/paste from below:<\/p>\n upc0ming {  <pre><code>padding:5px 20px 5px 20px; <\/code><\/pre>\n <p>} .upc0mingEvent {     font-family:Times New Roman;     min-height:80px;     height:auto !important;     height:80px; } .upc0mingEvent:after {     display: block;     height:0px;     clear:right;     content:\" \"; } .upc0mingEvent .calEntry {     position:relative;     float:left;     width:50px;     text-align:center;     border:solid black 2px;     margin:3px 3px 10px 10px;     pading-right:10px; } .upc0mingEvent .calEntry .calYear {     color:#FFFFFF;     background-color:#000000;     font-size:8px;     line-height:8px;     padding-left:7px;     letter-spacing:7px; } .upc0mingEvent .calEntry .calMonth {     color:#000000;     background-color:#b0b0b0;     font-size:11px;     line-height:12px;     letter-spacing:5px;     padding-left:5px;     font-weight:bold; } .upc0mingEvent .calEntry .calDay {     color:#000000;     background-color:#f0f0f0;     font-size:24px;     line-height:24px;     font-weight:bold; } .upc0mingEvent .calEntry .calTime {     color:#000000;     background-color:#ffffff;     font-size:9px;     line-height:10px; } .upc0mingEvent .event {     position:relative;     clear:right;     padding:10px 0 0 10px;  } .upc0mingEvent .event .eventWhat {     font-size:1.2em;     font-weight:bold; } .upc0mingEvent .event .eventWhere {     color:#404040;     font-size:1em;     font-style:italic; }<\/p>\n\n<!--section=changelog-->\n<h4>1.1.1<\/h4>\n <ul>\n<li>Fixed the event ordering<\/li>\n<\/ul>\n <h4>1.1.0<\/h4>\n <ul>\n<li>Added the ability to limit the number of returned events<\/li>\n<li>Events can now be linked to their Google Calendar entries<\/li>\n<\/ul>\n <h4>1.0.0<\/h4>\n <ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Display the upcoming events on a publicly accessible google calendar.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/5848","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=5848"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/01001111-1"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=5848"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=5848"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=5848"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=5848"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=5848"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=5848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}