Metadata-Version: 2.4
Name: fastpluggy-calendar
Version: 0.1.2
Summary: Calendar plugin for Fastpluggy
Author: FastPluggy Team
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: FastPluggy>=0.4.33
Requires-Dist: ics
Requires-Dist: tatsu<5.17
Provides-Extra: tests
Requires-Dist: pytest>=7.0; extra == "tests"
Requires-Dist: pytest-cov>=4.0; extra == "tests"

# fastpluggy-calendar

![Calendar](https://img.shields.io/badge/FastPluggy-Calendar-blue)
[![Release](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/calendar/-/badges/release.svg)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/calendar/-/releases)
[![Pipeline Status](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/calendar/badges/main/pipeline.svg?key_text=CI)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/calendar/-/pipelines?ignore_skipped=true)
[![Coverage](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/calendar/badges/main/coverage.svg)](https://gitlab.ggcorp.fr/open/fastpluggy/plugins/calendar/-/pipelines)

Calendar and event planning plugin for FastPluggy. Manage events with recurring schedules and iCal export.

## Installation

```bash
pip install fastpluggy-calendar
```

## Dependencies

- FastPluggy >= 0.4.0
- ics (iCal library)

## Features

- Calendar view and list view of events
- Create events with date, start/end time
- Recurring events (daily, weekly, monthly, yearly)
- iCal (.ics) export at `/calendar.ics`

## Documentation

See [docs/README.md](docs/README.md) for detailed documentation.
