https://github.com/eddiewebb/flarum-calendar
https://github.com/eddiewebb/flarum-calendar
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddiewebb/flarum-calendar
- Owner: eddiewebb
- License: mit
- Created: 2020-06-30T18:28:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T18:16:22.000Z (almost 3 years ago)
- Last Synced: 2025-12-10T12:59:24.359Z (6 months ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 17
- Watchers: 2
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ADV Events (Calendar)

[](https://packagist.org/packages/webbinaro/flarum-calendar)
A [Flarum](http://flarum.org) extension.
Adds Events Calendars to share and plan community activities, webinars, etc.
** Work In Progress **
Collaborators welcome!
#### Done!
- [x] Data model and DB migrations
- [x] API to CR ~~UD~~ events
- [x] New UI route to calendar
- [x] JS Frontend (I was exploring ["fullcalendar"](https://fullcalendar.io/) as a nice looking option)
- [x] Events details modal or page (exists, can be prettier)
- [x] Events create modal or page
- [x] API to update/delete events
- [x] Permissions to add (owners can edit/delete)
- [x] Permission to moderate (edit/delete other's events)
- [x] mobile view is broke
#### In Progress
- [ ] Pondering - SEO content, how to do this..perhaps replacemmodal
(perhaps replace modeal with discussionpage)
#### Up Next
- [ ] Hosts and Attendees (currently just actor)
- [ ] Pagination and date filtering.
#### Open Decisions
- [ ] Relationships
- should they be linked to discussions like polls or free
- roles: single owner, what about hosts, attendees, what are the cardinality
### Installation
Install with composer:
```sh
composer require webbinaro/flarum-calendar
```
### Updating
```sh
composer update webbinaro/flarum-calendar
```
### Links
- [Packagist](https://packagist.org/packages/webbinaro/flarum-calendar)