Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/kimai_plugin_personal-calendar-pref
A Kimai 2 plugin, which allows users to set a customized start and end time for the calendar display in their personal preferences.
https://github.com/district09/kimai_plugin_personal-calendar-pref
d09check22 web
Last synced: 2 months ago
JSON representation
A Kimai 2 plugin, which allows users to set a customized start and end time for the calendar display in their personal preferences.
- Host: GitHub
- URL: https://github.com/district09/kimai_plugin_personal-calendar-pref
- Owner: district09
- License: mit
- Created: 2021-01-11T12:27:02.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-02T09:01:36.000Z (over 1 year ago)
- Last Synced: 2024-09-18T02:23:40.995Z (4 months ago)
- Topics: d09check22, web
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PersonalCalendarPrefBundle
A Kimai 2 plugin, which allows users to set a customized start and end time for
the calendar display in their personal preferences.## Installation
First clone it to your Kimai installation `plugins` directory:
```
cd /kimai/var/plugins/
git clone https://github.com/digipolisgent/kimai_plugin_personal-calendar-pref.git PersonalCalendarPrefBundle
```And then rebuild the cache:
```
cd /kimai/
bin/console cache:clear
bin/console cache:warmup
```You could also [download it as zip](https://github.com/digipolisgent/kimai_plugin_personal-calendar-pref/archive/master.zip) and upload the directory via FTP:
```
/kimai/var/plugins/
├── PersonalCalendarPrefBundle
│ ├── PersonalCalendarPrefBundle.php
| └ ... more files and directories follow here ...
```