Skip to content

plugin meetings

github-actions[bot] edited this page Mar 29, 2026 · 1 revision

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

nself license set nself_pro_xxxxx...
nself plugin install meetings

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

Env Var Default Description
MEETINGS_PORT 3130 Port the service listens on
MEETINGS_DEFAULT_DURATION 60 Default meeting duration in minutes

Ports

Port Purpose
3130 Meetings REST API

Database Tables

9 tables added to your Postgres database:

  • np_meetings_rooms
  • np_meetings_bookings
  • np_meetings_recurring
  • np_meetings_participants
  • np_meetings_reminders
  • np_meetings_waitlist
  • np_meetings_shares
  • np_meetings_notifications
  • np_meetings_audit

Nginx Routes

Route Target
/api/meetings/ localhost:3130

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally