https://github.com/zextras/carbonio-calendars-ui
Calendars module for Zextras Carbonio
https://github.com/zextras/carbonio-calendars-ui
carbonio-component carbonio-ui
Last synced: about 1 month ago
JSON representation
Calendars module for Zextras Carbonio
- Host: GitHub
- URL: https://github.com/zextras/carbonio-calendars-ui
- Owner: zextras
- License: agpl-3.0
- Created: 2022-01-07T15:47:36.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-05-14T03:03:56.000Z (about 1 month ago)
- Last Synced: 2026-05-14T05:08:08.277Z (about 1 month ago)
- Topics: carbonio-component, carbonio-ui
- Language: TypeScript
- Size: 9.08 MB
- Stars: 7
- Watchers: 13
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio Calendars UI
Calendars module for Zextras Carbonio
[![Contributors][contributors-badge]][contributors]
[![Activity][activity-badge]][activity]
[![License][license-badge]](COPYING)
[![Project][project-badge]][project]
[![Twitter][twitter-badge]][twitter]
### How to build
#### Setup
- clone this repo
- install the dependencies:
```
pnpm install
pnpm run sdk-setup
```
#### Watch Mode
```
pnpm run start -- -h
```
The host parameter is required to proxy requests and content from an existing Carbonio installation.
#### Build
```
pnpm run build
```
## License
Carbonio Calendars UI - Web client for Zextras Carbonio Calendars module
Copyright (C) 2026 Zextras
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, version 3 only of the License.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see [Licenses - GNU Project - Free
Software Foundation](https://www.gnu.org/licenses/licenses.html
"https://www.gnu.org/licenses/licenses.html")
See [COPYING](COPYING) file for the project license details
See [THIRDPARTIES](PARTIES) file for other licenses details
### Copyright notice
All non-software material (such as, for example, names, images, logos, sounds) is owned by Zextras s.r.l. and is licensed under [CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/).
Where not specified, all source files owned by Zextras s.r.l. are licensed under AGPL-3.0-only
[contributors-badge]: https://img.shields.io/github/contributors/zextras/carbonio-calendars-ui "Contributors"
[contributors]: https://github.com/zextras/carbonio-calendars-ui/graphs/contributors "Contributors"
[activity-badge]: https://img.shields.io/github/commit-activity/m/zextras/carbonio-calendars-ui "Activity"
[activity]: https://github.com/zextras/carbonio-calendars-ui/pulse "Activity"
[license-badge]: https://img.shields.io/badge/license-AGPL%203-green "License AGPL 3"
[project-badge]: https://img.shields.io/badge/project-carbonio-informational "Project Carbonio"
[project]: https://www.zextras.com/carbonio/ "Project Carbonio"
[twitter-badge]: https://img.shields.io/twitter/follow/zextras?style=social&logo=twitter "Follow on Twitter"
[twitter]: https://twitter.com/intent/follow?screen_name=zextras "Follow Zextras on Twitter"