Metadata-Version: 2.1
Name: mds-pim-calendar
Version: 6.0.2
Summary: a Tryton calendar module
Home-page: https://www.m-ds.de/
Author: m-ds
Author-email: service@m-ds.de
License: GPL-3
Keywords: tryton time calendar event
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Natural Language :: German
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: icalendar
Requires-Dist: pytz
Requires-Dist: trytond (<6.1,>=6.0)

mds-pim-calendar
================
A Calendar for Tryton.
Supports any number of calendars per Tryton user, sharing calendars
between users with selectable permissions per share.

Install
=======

pip install mds-pim-calendar

Requires
========
- Tryton 6.0
- GooCalendar (>= 0.7)  on client side

Permissions
===========
PIM Calendar defines two new user groups.

* PIM Calendar - User: The user can create their own calendars and share them with other users.
* PIM Calendar - Administrator: The user can view and edit the calendars of all users.


Todo
====
- repeating events
- all-day-events and time-events in a single view, when the Tryton client it supports

Changes
=======

*6.0.2 - 10.11.2023*

- code optimized

*6.0.1 - 16.12.2021*

- comatibility with Tryton 6.0



