>
Download This Plugin | |
Download Elegant Themes | |
Name | GCal Days |
Version | 1.1.1 |
Author | Scott Reilly |
Rating | 0 |
Last updated | 2015-03-07 05:43:00 |
Downloads |
202
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
GCal Days plugin added 11 bytes of resources to the Home page and 15 bytes of resources to the sample Post page.
GCal Days plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! GCal Days plugin ads no tables to your Wordpress blog database.This plugin provides a shortcode and a set of functions to return the number of days since the most recent past event in your Google Calendar matching specified search terms. The shortcode can also be used to return the number of days until the closest upcoming event matching specified search terms.
[gcal-days search="" type="" id=""]
The shortcode name is gcal-days
. It has three attributes, but only one of which is absolutely necessary:
search
: (Required.) The search term.type
: (Optional.) The direction in time to search. Defaults to "since", which searches past events. "until" will search future events.id
: (Conditionally optional.) The ID of the calendar to search. You can discover the IDs of calendars via the plugin's settings page. This shortcode attribute can only be optionally omitted from shortcodes if you define a default calendar in the plugin's settings.The shortcode outputs a number representing the number of days until a matching event. If no event is found, a -1 will be displayed.
Examples: [gcal-days search="dentist"]
, [gcal-days type="until" search="vacation" id="test_lkjsadf987asdf24@group.calendar.google.com"]
Links: Plugin Homepage | Plugin Directory Page | Author Homepage