From 19742db4df306929fd6dfeeb686cfdb654219aa8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 5 Jan 2018 09:19:30 +0100 Subject: [PATCH] Create introduction.md --- Docs/introduction.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Docs/introduction.md diff --git a/Docs/introduction.md b/Docs/introduction.md new file mode 100644 index 0000000..5245de0 --- /dev/null +++ b/Docs/introduction.md @@ -0,0 +1,41 @@ +# Introduction + +The **Calendar** module is one of the essential core modules that is always required. This module provides a normal calendar and provides additional scheduling functionality for other modules. + +## Target Group + +The target group for this module is everyone, since every application must have this module. + +# Setup + +This module doesn't have any additional setup requirements since it is installed during the application install process. This module cannot be uninstalled if it is manually deleted from the hard drive please manually download the module from the page and put it into the `Modules/` directory. + +# Features + +## Calendar Types + +The module provides different calendar types such as + +* Yearly +* Monthly +* Weakly +* Daily + +## Calendars & Security + +Users and other modules can create their own calendars which can be made available thorugh group and user permissions for every calendar. + +## Re-ocurring Events + +Events can be made re-ocurring with various settings which allows to define them once instead of manually multiple times. + +## Tagging + +Events can be custom tagged and highlighted in order to improve the organization based on ones individual requirements. + +# Recommendation + +Other modules that work great with this one together are: + +* [EventManagement](EventManagement) +* [ProjectManagement](ProjectManagement)