Skip to content

squarecandy/candycal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

candycal

SquareCandy Google Calendar

Contributors: squarecandy Donate link: http://squarecandy.net/ Tags: calendar, gcal, google calendar Requires at least: 2.9.1 Tested up to: 4.0.0 Stable tag: trunk

Display a google calendar feed on your site in a variety of ways. Easily theme the output.

Description

Display a public google calendar feed on your site using a variety of display methods:

  • Upcoming Events
  • Past Events (w/ headers by year)
  • "Mini" - shows a limited amount of upcoming events - good for homepage, sidebar, etc.

Great for theme developers - easily theme the simple HTML5 output. Override the plugin stylesheet by copying it to your theme folder.

Installation

  1. Create a Google Calendar and make sure your calendar is set to public.
  2. place the candycal folder in your /wp-content/plugins directory.
  3. enable the plugin
  4. IMPORTANT: make sure you have specified a timezone on the wordpress Settings > General page. Using a city that is in your timezone will keep you from having to adjust for Daylight Savings Time...
  5. Go to Settings > Candy-Cal and enter your Google Calendar ID. You will also need a google API key for your domain name or server IP.
  6. Make any other setting adjustment you would like here as well.
  7. Use shortcode to place the calendars on your site:
    • [candycal type=upcoming]
    • [candycal type=past]
    • [candycal type=mini]
  8. Theme developers may also hard code these calendars:
    • if (function_exists('candycal_display')) { print candycal_display('upcoming'); }
    • if (function_exists('candycal_display')) { print candycal_display('past'); }
    • if (function_exists('candycal_display')) { print candycal_display('mini'); }

Changelog

= 1.0.2 =

  • Updated for the Google Calendar API version 3.
  • updated options page handling to use built in wordpress functions

= 1.0.1 =

  • This is the first version of the plugin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published