Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VolkovLabs/volkovlabs-calendar-panel
Business Calendar Panel for @grafana
https://github.com/VolkovLabs/volkovlabs-calendar-panel
calendar grafana grafana-plugin
Last synced: 3 months ago
JSON representation
Business Calendar Panel for @grafana
- Host: GitHub
- URL: https://github.com/VolkovLabs/volkovlabs-calendar-panel
- Owner: VolkovLabs
- License: apache-2.0
- Created: 2021-02-09T14:41:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T20:34:36.000Z (3 months ago)
- Last Synced: 2024-07-26T11:43:25.873Z (3 months ago)
- Topics: calendar, grafana, grafana-plugin
- Language: TypeScript
- Homepage: https://docs.volkovlabs.io
- Size: 6.32 MB
- Stars: 41
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Business Calendar panel for Grafana
![Calendar](https://github.com/VolkovLabs/volkovlabs-calendar-panel/raw/main/src/img/screenshot.png)
![Grafana](https://img.shields.io/badge/Grafana-11.1-orange)
![CI](https://github.com/volkovlabs/volkovlabs-calendar-panel/workflows/CI/badge.svg)
![E2E](https://github.com/volkovlabs/volkovlabs-calendar-panel/workflows/E2E/badge.svg)
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-calendar-panel/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/volkovlabs-calendar-panel)
[![CodeQL](https://github.com/VolkovLabs/volkovlabs-calendar-panel/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/VolkovLabs/volkovlabs-calendar-panel/actions/workflows/codeql-analysis.yml)## Introduction
Business Calendar Panel is a Grafana plugin that displays events from various data sources.
[![Business Calendar 3.1.0 | Overview and detailed tutorial | Display dates and time in Grafana](https://raw.githubusercontent.com/volkovlabs/volkovlabs-calendar-panel/main/img/business.png)](https://youtu.be/CvLqyY2fQfo)
## Requirements
- Business Calendar Panel 3.X requires **Grafana 10** or **Grafana 11**.
- Calendar Panel 2.X requires **Grafana 9.2** or **Grafana 10**.
- Calendar Panel 1.X requires **Grafana 8.5** or **Grafana 9**.You can install the Business Calendar Panel plugin from the [Grafana Plugins catalog](https://grafana.com/grafana/plugins/marcusolsson-calendar-panel/) or use the Grafana command line tool.
For the latter, please use the following command:
```bash
grafana-cli plugins install marcusolsson-calendar-panel
```## Highlights
- Displays events in a monthly, weekly, or daily view.
- Query calendar events from any data source.
- Supports the filtration of events by a time range.
- Supports the event coloring based on thresholds.
- Enables the opening of a data link instead of a sidebar when clicking an event.
- Enables the display of annotations across all dashboards for the specified period.
- Supports Internationalization: Spanish, French, German, and Chinese## Documentation
| Section | Description |
| --------------------------------------------------------------------------------- | ----------------------------------------------------- |
| [Events](https://volkovlabs.io/plugins/volkovlabs-calendar-panel/events/) | Explains how to set up a calendar to display events. |
| [Features](https://volkovlabs.io/plugins/volkovlabs-calendar-panel/features/) | Explains the plugin's features. |
| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-calendar-panel/release/) | Stay up to date with the latest features and updates. |## Business Suite for Grafana
The Business Suite is a collection of open source plugins created and actively maintained by Volkov Labs.
The collection aims to solve the most frequent business tasks by providing an intuitive interface with detailed written documentation, examples, and video tutorials.
[![Business Suite for Grafana](https://raw.githubusercontent.com/VolkovLabs/.github/main/business.png)](https://volkovlabs.io/plugins/)
## Feedback
We're looking forward to hearing from you. You can use different ways to get in touch with us.
- Ask a question, request a new feature, or report an issue at [GitHub issues](https://github.com/volkovlabs/volkovlabs-calendar-panel/issues).
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments.
- Sponsor our open-source plugins for Grafana at [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
- Support our project by starring the repository.## License
Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/volkovlabs-calendar-panel/blob/main/LICENSE).