Skip to content

meetings

Room booking, recurring meeting management, calendar sharing, participant reminders, and waitlist. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Terminal window
nself license set nself_pro_xxxxx...
nself plugin install meetings

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.

Env VarDefaultDescription
MEETINGS_PORT3130Port the service listens on
MEETINGS_DEFAULT_DURATION60Default meeting duration in minutes
PortPurpose
3130Meetings REST API

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
RouteTarget
/api/meetings/localhost:3130