{"id":29084473,"url":"https://github.com/pjaudiomv/simple-event-sheets","last_synced_at":"2026-04-27T17:34:07.950Z","repository":{"id":242233962,"uuid":"809044658","full_name":"pjaudiomv/simple-event-sheets","owner":"pjaudiomv","description":"WordPress Plugin Simple Event Listing feed from Google Sheets","archived":false,"fork":false,"pushed_at":"2025-07-14T18:47:13.000Z","size":494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T06:36:10.358Z","etag":null,"topics":["event-listing","google-sheets","sheets","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pjaudiomv.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-01T14:27:50.000Z","updated_at":"2025-07-14T18:46:42.000Z","dependencies_parsed_at":"2024-06-01T16:06:49.737Z","dependency_job_id":"dbf703cf-d8fd-47bd-9ba3-576b47b37974","html_url":"https://github.com/pjaudiomv/simple-event-sheets","commit_stats":null,"previous_names":["pjaudiomv/simple-event-sheets"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pjaudiomv/simple-event-sheets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjaudiomv%2Fsimple-event-sheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjaudiomv%2Fsimple-event-sheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjaudiomv%2Fsimple-event-sheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjaudiomv%2Fsimple-event-sheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjaudiomv","download_url":"https://codeload.github.com/pjaudiomv/simple-event-sheets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjaudiomv%2Fsimple-event-sheets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32348048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["event-listing","google-sheets","sheets","wordpress","wordpress-plugin"],"created_at":"2025-06-27T22:10:24.247Z","updated_at":"2026-04-27T17:34:07.945Z","avatar_url":"https://github.com/pjaudiomv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Simple Event Listing feed from Google Sheets ===\n\nContributors: pjaudiomv\nTags: event listing, events, google sheets\nRequires PHP: 8.0\nTested up to: 6.8\nStable tag: 1.1.0\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\n**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.\n\n== Description ==\n\n**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.\n\nSHORTCODE\n- Basic Usage: `[simple_event_sheets]`\n    * 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.\n    * `event_info`: Additional information about the event, displayed next to the event name.\n    * `day_info`: Additional information about the day of the event, displayed next to the date.\n    * 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.\n\nYou 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/](https://docs.google.com/spreadsheets/d/18NnmKKU7P6bFOPEHgyUMWeKQWQJnAfYb5gmn0-fne1E/)\n\n### Third-Party Service Disclosure\n\nThis plugin relies on a third-party service, Google Sheets, to function properly. The plugin fetches data from Google Sheets under the following circumstances:\n\n- When retrieving event data to display within the application.\n\n## Service Information\n\n- **Service:** [Google Sheets API](https://developers.google.com/sheets/api)\n- **Terms of Use:** [Google API Terms of Use](https://developers.google.com/terms/)\n- **Privacy Policy:** [Google Privacy Policy](https://policies.google.com/privacy)\n\n### Creating a Google API Key with Sheets API Access\n\n1. **Go to the Google Cloud Console:**\n   - Open the Google Cloud Console at [console.cloud.google.com](https://console.cloud.google.com/).\n\n2. **Create a New Project:**\n   - Click on the project dropdown and select \"New Project\".\n   - Enter a project name and click \"Create\".\n\n3. **Enable the Sheets API:**\n   - With your project selected, go to the [API Library](https://console.cloud.google.com/apis/library).\n   - Search for \"Google Sheets API\" and click on it.\n   - Click \"Enable\" to enable the API for your project.\n\n4. **Create API Credentials:**\n   - Go to the [Credentials](https://console.cloud.google.com/apis/credentials) page.\n   - Click \"Create Credentials\" and select \"API key\".\n   - Your API key will be created. Copy it and keep it safe.\n\n5. **Restrict Your API Key:**\n   - Click on the edit icon next to your API key.\n   - Under \"Key restrictions\", select either \"HTTP referrers (web sites)\" or IP (server).\n   - Add the referrer(s) for your site, such as `https://yourdomain.com/*` or Server IP.\n   - Save your changes.\n\n 6. **Set Spreadsheet Access:**\n    - 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.\n\n### MORE INFORMATION\n\n\u003ca href=\"https://github.com/pjaudiomv/simple-event-sheets\" target=\"_blank\"\u003ehttps://github.com/pjaudiomv/simple-event-sheets\u003c/a\u003e\n\n== Installation ==\n\nThis section describes how to install the plugin and get it working.\n\n1. 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/`.\n2. Activate the plugin through the 'Plugins' menu in WordPress.\n3. Insert the `[simple_event_sheets]` shortcode into your WordPress page or post.\n\n== Screenshots ==\n\n1. screenshot-1.png\n2. screenshot-2.png\n3. screenshot-3.png\n\n== Changelog ==\n\n= 1.1.0 =\n\n* Added calendar view.\n\n= 1.0.2 =\n\n* Updated release.\n\n= 1.0.1 =\n\n* Updated event and day info.\n\n= 1.0.0 =\n\n* Initial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjaudiomv%2Fsimple-event-sheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjaudiomv%2Fsimple-event-sheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjaudiomv%2Fsimple-event-sheets/lists"}