Metadata-Version: 2.1
Name: collective.fullcalendar
Version: 1.6
Summary: Fullcalendar for Plone
Home-page: https://github.com/collective/collective.fullcalendar
Author: Werkbank GmbH
Author-email: mail@werkbank.de
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/collective.fullcalendar
Project-URL: Source, https://github.com/collective/collective.fullcalendar
Project-URL: Tracker, https://github.com/collective/collective.fullcalendar/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api >=1.8.4
Requires-Dist: plone.restapi
Requires-Dist: plone.app.dexterity
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.testing >=5.0.0 ; extra == 'test'
Requires-Dist: plone.app.contenttypes ; extra == 'test'
Requires-Dist: plone.app.robotframework[debug] ; extra == 'test'

.. image:: https://img.shields.io/pypi/v/collective.fullcalendar.svg
    :target: https://pypi.python.org/pypi/collective.fullcalendar/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/collective.fullcalendar.svg?style=plastic
    :alt: Supported - Python Versions


=======================
collective.fullcalendar
=======================


collective.fullcalendar is an implementation of https://fullcalendar.io/ into classic UI Plone.

Features
--------

- Folderish content items and Collections can be turned into calendars



Translations
------------

This product has been translated into

- German
- English
- Norwegian




Contribute
----------

- Issue Tracker: https://github.com/collective/collective.fullcalendar/issues
- Source Code: https://github.com/collective/collective.fullcalendar



Contributors
============

- Werkbank GmbH, mail@werkbank.de
- Katja Süss, k.suess@rohberg.ch
- Philip Bauer, bauer@starzel.de


Changelog
=========

1.5 (2024-12-06)
----------------

- make sure that actions are removed when addon is uninstalled, to prevent portal to be broken
  [MrTango]

- make sure resources are removed when addon is uninstalled
  [MrTango]


1.5 (2024-12-06)
----------------

- Upgrade FullCalendar to v6.1.15. Integrate year (multi month) view.
  [kreafox]

- Set default calendar height to auto for dynamic adjustment.
  [kreafox]

- Optimize default order of calendar views
  [MrTango]


1.4 (2024-12-06)
----------------

- Refactor getting JS variable from Plone Python class method.
  [ksuess]

- fix unhashable type: dict in Plone 6.1
  [MrTango]


1.3 (2024-11-29)
----------------

- fix unhashable type: dict in Plone 6.1
  [MrTango]


1.2 (2023-07-04)
----------------

- Remove invalid python_requires.
  [pbauer]
- Add norwegian translation.
  [espenmn]
- Add CSS class for publication class. CSS class will be 'state-published', etc..
  [espenmn]
- Fix: have get_events return recurring events.
  [witch]


1.0b2 (2021-12-11)
------------------

- Fix support for folders.
  [pbauer]

- Support custom collection-types.
  [pbauer]

- Ignore limit and batching in collections.
  [pbauer]

- Do not calculate events twice.
  [pbauer]


1.0b1 (2021-11-22)
------------------

- Make own form for adding new events
  [wkbkhard]

- Fix add-link location
  [pbauer]

- Add setting: custom event type
  [ksuess]

- Fix whole day events
  [ksuess]

- Use default-settings from schema.
  [pbauer]

- Switch view on enable and disable
  [pbauer]

- Remove german phrases
  [wkbkhard]

1.0a3
------------------

- Enhance installation profiles and resources
  [wkbkhard, ksuess]

- Add fullcalendar to collections
  [wkbkhard]

- Adding events over calendar with normal AddForm possible
  [wkbkhard]

1.0a2
------------------

- Changing programming of configuration
  [wkbkhard]

- Disable fullcalendar behavior (still there, but not directly installed)
  [wkbkhard]

- Add fullcalendar interface with AnnotationAdapter with possibility to enable/disable calendar by action
  [wkbkhard]

1.0a1
------------------

- Initial release.
  [wkbkhard]
