
Simple widget to display events from a public google calendar, microsoft office outlook calendar or an other iCal file, in the style of your website.
This simple widget fetches events from a public google calendar (or other calendar in iCal format) and displays them in simple list allowing you to fully adapt to your website by applying all kinds of CSS.
Google offers some HTML snippets to embed your public Google Calendar into your website.
These are great, but as soon as you want to make a few adjustments to the styling, that goes beyond changing some colors, they’re not enough.
see http://www.ietf.org/rfc/rfc5545.txt for specification of te ical format.
(see 3.3.10. [Page 38] Recurrence Rule in specification
.____________._________.________._________.________.
| |DAILY |WEEKLY |MONTHLY |YEARLY |
|____________|_________|________|_________|________|
|BYMONTH |Limit |Limit |Limit |Expand |
|____________|_________|________|_________|________|
|BYMONTHDAY |Limit |N/A |Expand |Expand |
|____________|_________|________|_________|________|
|BYDAY |Limit |Expand |Note 1 |Note 2 |
|____________|_________|________|_________|________|
Note 1: Limit if BYMONTHDAY is present;
otherwise, special expand for MONTHLY.
Note 2: Limit if BYYEARDAY or BYMONTHDAY is present; otherwise,
special expand for WEEKLY if BYWEEKNO present; otherwise,
special expand for MONTHLY if BYMONTH present; otherwise,
special expand for YEARLY.
(This widget is a Fork of version 0.7 of that simple google calendar widget by NBoehr
https://nl.wordpress.org/plugins/simple-google-calendar-widget/)
This project is licensed under the GNU GPL, version 2 or later.
2017 – 2020 © Bram Waasdorp.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.