claroline / agenda-bundle
Installs: 1 059
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 4
Open Issues: 0
Type:claroline-plugin
Requires
- php: >=5.5
- claroline/core-bundle: ~6.0
This package is auto-updated.
Last update: 2024-10-13 22:02:10 UTC
README
WARNING
DEVELOPMENT HAS MOVED TO claroline/Distribution. THIS REPOSITORY IS NO LONGER MAINTAINED.
Synopsis
This is a plugin for the platform Claroline. This plugin adds an agenda and two widgets which list the future events of the user and the tasks that are not done.
Installation
This bundle requires claroline/core-bundle on version ~5.0.
composer require claroline/agenda-bundle "dev-master"
Extension
You can use the event entity for your extend bundle so that the event is also shown in the desktop agenda. If you don't want that the event is editable in the desktop agenda, you can set the isEditable attribute to false so that NOBODY could modify that event.