{"id":18156197,"url":"https://github.com/khawarmehfooz/vs-event-list-extended","last_synced_at":"2026-04-17T00:02:13.239Z","repository":{"id":259235558,"uuid":"877300180","full_name":"KhawarMehfooz/vs-event-list-extended","owner":"KhawarMehfooz","description":"Extended version of Very Simple Event List WordPress plugin with recurring events support and monthly timeline display.","archived":false,"fork":false,"pushed_at":"2024-10-23T15:11:11.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T13:31:33.523Z","etag":null,"topics":["very-simple-event-list","very-simple-event-list-extended","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhawarMehfooz.png","metadata":{"files":{"readme":"README.md","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-10-23T12:32:21.000Z","updated_at":"2025-01-20T01:35:53.000Z","dependencies_parsed_at":"2024-10-23T19:10:49.628Z","dependency_job_id":"5a600337-4bf8-4954-94e6-d50f66fc60b7","html_url":"https://github.com/KhawarMehfooz/vs-event-list-extended","commit_stats":null,"previous_names":["khawarmehfooz/vs-event-list-extended"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KhawarMehfooz/vs-event-list-extended","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhawarMehfooz%2Fvs-event-list-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhawarMehfooz%2Fvs-event-list-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhawarMehfooz%2Fvs-event-list-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhawarMehfooz%2Fvs-event-list-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhawarMehfooz","download_url":"https://codeload.github.com/KhawarMehfooz/vs-event-list-extended/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhawarMehfooz%2Fvs-event-list-extended/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["very-simple-event-list","very-simple-event-list-extended","wordpress","wordpress-plugin"],"created_at":"2024-11-02T05:05:43.088Z","updated_at":"2026-04-17T00:02:13.136Z","avatar_url":"https://github.com/KhawarMehfooz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Very Simple Event List Extended\n\n\u003e This plugin is an extended version of the \"Very Simple Event List\" WordPress plugin, originally created by **Guido**. It adds recurring events support and enhanced display features while maintaining the lightweight nature of the original plugin.\n\n## About\n\nVery Simple Event List Extended allows you to create and manage events with additional features:\n- All features from the original Very Simple Event List\n- Support for recurring events\n- Monthly grouping display\n- Enhanced timeline view\n- Improved event organization\n\n## New Features\n\n### Recurring Events\n- Create weekly recurring events\n- Set end date for recurring series\n- Automatic instance generation\n- Proper chronological display\n\n### Enhanced Display\n- Events grouped by month\n- Clean timeline view\n- Improved date and time formatting\n- Better visual organization\n\n## Original Features\n\n### Event Display Options\nYou can display your event list using:\n- Block\n- Shortcode\n- Widget\n\n### Basic Shortcodes\n- `[vsel]` to display upcoming events (today included)\n- `[vsel-future-events]` to display future events (today not included)\n- `[vsel-current-events]` to display current events\n- `[vsel-past-events]` to display past events (before today)\n- `[vsel-all-events]` to display all events\n\n### Settings Page\nCustomize your event list via Settings \u003e VS Event List.\nSettings can be overridden using attributes.\n\n### Attributes\nCustomize your event list with attributes:\n```\nclass=\"your-class-name\"               // Add custom CSS class\nposts_per_page=\"5\"                    // Change number of events per page\nposts_per_page=\"-1\"                   // Display all events\noffset=\"1\"                            // Skip events\ndate_format=\"j F Y\"                   // Change date format\nevent_cat=\"your-category-slug\"        // Display specific category\norder=\"DESC\"                          // Reverse order\ntitle_link=\"false\"                    // Disable title link\nfeatured_image=\"false\"                // Disable featured image\nevent_info=\"all\"                      // Display all info\nevent_info=\"summary\"                  // Display summary\n```\n\nExample: `[vsel posts_per_page=\"5\" event_cat=\"your-category-slug\" event_info=\"summary\"]`\n\n### Features Support\n- Featured images\n- Custom post type \"event\"\n- Single event pages\n- Event category pages\n- Post type archive\n- Search results\n- Custom ordering\n- Menu page support\n- Advanced Custom Fields (ACF)\n- RSS and iCal feed\n\n## Installation\n\n1. Upload the plugin files to wp-content/plugins/\n2. Activate the plugin\n3. Go to Events menu to add events\n4. Use shortcode `[vsel]` to display events\n\n## Credits\n\nThis plugin is based on Very Simple Event List by Guido (https://wordpress.org/plugins/very-simple-event-list/).\nExtended version developed by: [Khawar Mehfooz](https://khawarmehfooz.com).\n\n### Original Plugin Credits\n- Original author: Guido\n- Original plugin: [Very Simple Event List](https://wordpress.org/plugins/very-simple-event-list/)\n- Website: https://www.guido.site\n\n## License\n\nGPLv3 - GNU General Public License v3.0\n\n## Translation\n\nThe plugin supports WordPress language packs. The translation folder is kept for reference.\n\n## Support\n\nFor questions about the extended features, please visit the GitHub repository: [Your Repository URL](https://github.com/KhawarMehfooz/vs-event-list-extended)\n\nFor questions about original features, please check the original plugin's [FAQ](https://wordpress.org/plugins/very-simple-event-list/) section.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhawarmehfooz%2Fvs-event-list-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhawarmehfooz%2Fvs-event-list-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhawarmehfooz%2Fvs-event-list-extended/lists"}