WP Manifestindependent plugin directory
manifest / events / candycal

SquareCandy Google Calendar

A custom display for your google calendar feed.

by Peter Wise (squarecandy) · github.com/squarecandy/candycal · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/squarecandy/candycal/archive/refs/heads/master.zip

Declares an update source (https://github.com/squarecandy/candycal), so updates arrive through the plugin's own updater.

From the readme

candycal SquareCandy Google Calendar 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. 1. place the candycal folder in your /wp-content/plugins directory. 1. enable the plugin 1. 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... 1. 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. 1. Make any other setting adjustment you would like here as well. 1. Use shortcode to place the calendars on your site: [candycal type=upcoming] [candycal type=past]

Read the full README on GitHub →