meetings
هذا المحتوى غير متوفر بلغتك بعد.
Meetings Plugin
Section titled “Meetings Plugin”Room booking, recurring meeting management, calendar sharing, participant reminders, and waitlist. Pro plugin.
Requires: Basic license tier or higher.
nself license set nself_pro_...
Install
Section titled “Install”nself license set nself_pro_xxxxx...nself plugin install meetingsWhat It Does
Section titled “What It Does”The meetings plugin provides a full room booking system with support for recurring meetings, shared calendars, and per-participant reminders. When a room reaches capacity, latecomers are added to an automatic waitlist and promoted when a slot opens, with all state changes written to an immutable audit log.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
MEETINGS_PORT | 3130 | Port the service listens on |
MEETINGS_DEFAULT_DURATION | 60 | Default meeting duration in minutes |
| Port | Purpose |
|---|---|
3130 | Meetings REST API |
Database Tables
Section titled “Database Tables”9 tables added to your Postgres database:
np_meetings_roomsnp_meetings_bookingsnp_meetings_recurringnp_meetings_participantsnp_meetings_remindersnp_meetings_waitlistnp_meetings_sharesnp_meetings_notificationsnp_meetings_audit
Nginx Routes
Section titled “Nginx Routes”| Route | Target |
|---|---|
/api/meetings/ | localhost:3130 |