manifest / unclassified / my-events-calendar
My Events Calendar
A simple calendar and event management system for WordPress.
by Making The Impact LLC · github.com/makingtheimpact/my-events-calendar
★ 0stars
10release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/makingtheimpact/my-events-calendar/releases/download/1.0.5/my-events-calendar.zipDeclares an update source (makingtheimpact/my-events-calendar), so updates arrive through the plugin's own updater.
From the readme
My Events Calendar
Description
My Events Calendar is a simple and flexible calendar and event management system for WordPress. It allows users to create, manage, and display events easily. With customizable features, you can tailor the calendar to fit your needs.
Features
- Create and manage events with custom post types.
- Display events in a calendar view.
- Support for recurring events.
- Customizable event categories with color coding.
- Shortcodes for easy integration into posts and pages.
- Responsive design for mobile and desktop.
- Integration with Google Calendar and Apple Calendar.
Installation
1. Upload the my-events-calendar folder to the /wp-content/plugins/ directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Configure the settings under the 'Events Calendar' menu in the WordPress admin.
Usage
- Use the shortcode [myeventlist] to display a list of events.
- Use the shortcode [myeventscalendar] to display the calendar on any page or post.
- Customize event categories and settings from the plugin settings page.
Changelog
1.0.1
- Initial release of My Events Calendar.
1.0.2
- Bug fixes and improvements.
1.0.3
- Updated slug handling to pre
Read the full README on GitHub →