Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.71 KB

README.md

File metadata and controls

55 lines (36 loc) · 2.71 KB

LM Admin Calendar

[WordPress Plugin] Calendar/Journal for the WordPress users of a site.

Description

LM Admin Calendar enables the users of a website to organize their upcoming events in a calendar. This plugin is light and coded with best practice.

The user's events are saved as Custom Post Types and a custom dashboard widget displays them in a calendar.

The plugin uses WordPress Plugin Boilerplate for the data structure, WordPress Coding Standards for enforcing coding conventions and Full Callendar for the event calendar.

Usage

  • Go to Events -> Add New Event
  • Create a new Event along with its categories and date
  • After the Event creation, a event in the Calendar Dashboard Widget will be added
  • Click the Event on the calendar to see its details (Date, Categories)

Installation

  1. Download the plugin.
  2. Go to WordPress admin area.
  3. Click on Plugins > Add New > Upload Plugin.
  4. Click on Choose File and select lm-admin-calendar.zip
  5. Click on Install Now button.
  6. Click on Activate Plugin.

Links

License

LM Admin Calendar is licensed under the MIT License.

Copyright (c) 2017 Leonidas Milosis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

A copy of the license is included in the root of the plugin’s directory. The file is named LICENSE.