https://github.com/makeomatic/mservice-calendar
https://github.com/makeomatic/mservice-calendar
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makeomatic/mservice-calendar
- Owner: makeomatic
- Created: 2016-06-09T17:34:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:35:01.000Z (about 3 years ago)
- Last Synced: 2025-07-12T01:03:35.419Z (8 months ago)
- Language: JavaScript
- Size: 4.51 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://codeclimate.com/github/makeomatic/mservice-calendar)
[](https://semaphoreci.com/makeomatic/mservice-calendar)
[](https://codecov.io/gh/makeomatic/mservice-calendar)
# NOTICE: PGSQL extensions required
Ensure to enable this: `CREATE EXTENSION btree_gist;`
Ensure to enable this: `CREATE EXTENSION btree_gin;`
These will allow us to create indices on varchar[] & date ranges
# What we can do:
* create recurring event using RRule, multi-tenancy support
* update that event, including meta & period
* remove an event
* list events by tenant within a given time frame, including filtering by tags & hosts/participants
# Roadmap
- [ ] subscribe to events
- [ ] unsubscribe from event
- [ ] send "notification" to subscribers when event changes
- [ ] support pagination by events or add max time frame to prevent extreme database load