Plugin info

Total downloads: 1,024
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 7/14/2025 (170 days ago)
Added to WordPress: 7/26/2024 (1 years old)
Minimum WordPress version: f
Tested up to WordPress version: 6.8.3
Minimum PHP version: 8.0

Maintenance & Compatibility

Maintenance score

Maintained • Last updated 170 days ago

50/100

Is Simple Event Listing feed from Google Sheets abandoned?

Likely maintained (last update 170 days ago).

Compatibility

Requires WordPress: f
Tested up to: 6.8.3
Requires PHP: 8.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Directory Kit
Rating 4.9/5 (33 reviews)Active installs 3,000
Listar – Directory Listing & Classifieds WordPress Plugin
Rating 3.5/5 (2 reviews)Active installs 100
Digital Events Calendar
Rating 0.0/5 (0 reviews)Active installs 80
Ticketleo Events
Rating 0.0/5 (0 reviews)Active installs 20
Explara Events
Rating 0.0/5 (0 reviews)Active installs 10
Events In
Rating 5.0/5 (12 reviews)Active installs 0

Description

Simple Event Listing feed from Google Sheets is a plugin designed to fetch event data from a Google Spreadsheet and display it on your website.

SHORTCODE
– Basic Usage: [simple_event_sheets]
* Ensure your Google Sheet has the row headers: date, name, url, event_info, day_info. The date should be formatted as mm/dd/yyyy. Implement data validation on the date and url rows to prevent errors. Note: This plugin also offers built-in data validation.
* event_info: Additional information about the event, displayed next to the event name.
* day_info: Additional information about the day of the event, displayed next to the date.
* Regarding the Google API Key: You’ll need an API key with Spreadsheet access. The sheet should either be set to “anyone with the link can view” or you should add a service user. If you’re utilizing server-side event loading, restrict the key by server IP. For client-side loading, restrict the key by domain.

You can use this Google Sheet as a template if wanted, it includes data and url validation to help ensure good data quality. https://docs.google.com/spreadsheets/d/18NnmKKU7P6bFOPEHgyUMWeKQWQJnAfYb5gmn0-fne1E/

Third-Party Service Disclosure

This plugin relies on a third-party service, Google Sheets, to function properly. The plugin fetches data from Google Sheets under the following circumstances:

  • When retrieving event data to display within the application.

Service Information

Creating a Google API Key with Sheets API Access

  1. Go to the Google Cloud Console:

  2. Create a New Project:

    • Click on the project dropdown and select “New Project”.
    • Enter a project name and click “Create”.
  3. Enable the Sheets API:

    • With your project selected, go to the API Library.
    • Search for “Google Sheets API” and click on it.
    • Click “Enable” to enable the API for your project.
  4. Create API Credentials:

    • Go to the Credentials page.
    • Click “Create Credentials” and select “API key”.
    • Your API key will be created. Copy it and keep it safe.
  5. Restrict Your API Key:

    • Click on the edit icon next to your API key.
    • Under “Key restrictions”, select either “HTTP referrers (web sites)” or IP (server).
    • Add the referrer(s) for your site, such as https://yourdomain.com/* or Server IP.
    • Save your changes.
    1. Set Spreadsheet Access:
    • Ensure your Google Sheet is either set to “anyone with the link can view” or you should add a service user with the necessary permissions. This step is crucial for the API key to access the data.

MORE INFORMATION

https://github.com/pjaudiomv/simple-event-sheets

Installation

This section describes how to install the plugin and get it working.

  1. Download and install the plugin via the WordPress dashboard, or upload the entire Simple Event Listing feed from Google Sheets folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Insert the [simple_event_sheets] shortcode into your WordPress page or post.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. screenshot-1.png

    screenshot-1.png

  2. screenshot-2.png

    screenshot-2.png

  3. screenshot-3.png

    screenshot-3.png

Changelog

1.1.0

  • Added calendar view.

1.0.2

  • Updated release.

1.0.1

  • Updated event and day info.

1.0.0

  • Initial Release