تخطَّ إلى المحتوى

calendar

هذا المحتوى غير متوفر بلغتك بعد.

Event management with recurring events, iCal export, RSVP, and reminders. Pro plugin.

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

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

A full-featured calendar backend. Create single and recurring events (daily, weekly, monthly, custom RRULE), invite users with RSVP tracking, export calendars as iCal feeds for subscription in Apple Calendar/Google Calendar, and send configurable reminders before events via the notify plugin.

Env VarDefaultDescription
CALENDAR_PORT3104Calendar service port
CALENDAR_DEFAULT_TIMEZONEUTCDefault event timezone
CALENDAR_ICAL_ENABLEDtrueEnable iCal feed export
CALENDAR_REMINDERS_ENABLEDtrueEnable event reminders
PortPurpose
3104Calendar REST API

6 tables added to your Postgres database:

  • np_calendar_calendars: calendar definitions
  • np_calendar_events: event records
  • np_calendar_recurrences: RRULE recurrence definitions
  • np_calendar_attendees: RSVP records
  • np_calendar_reminders: reminder configurations
  • np_calendar_subscriptions: external calendar subscriptions
RouteTarget
/calendar/Calendar management API
/calendar/{id}/feed.icsiCal subscription feed