• Applicable Software: MokoWaaS (Joomla)
  • Applicable Version: 02.57.00

Overview

MokoMokoJoomCalendarAPI is a Joomla Web Services plugin that exposes MokoJoomCalendar events, calendars, and locations via REST API. This enables external applications, mobile apps, and automation tools to read and manage calendar data programmatically.

Features

  • Full REST API for MokoJoomCalendar events
  • List, create, update, and delete events
  • Calendar and location endpoints
  • Token-based authentication via Joomla API
  • JSON:API compliant responses

Installation

  1. Requires MokoJoomCalendar to be installed and configured.
  2. Download from releases.
  3. Install via Joomla Extensions installer.
  4. Enable the Web Services plugin at System > Plugins.

API Endpoints

  • GET /api/index.php/v1/mokojoomcalendar/events - List events
  • GET /api/index.php/v1/mokojoomcalendar/calendars - List calendars
  • GET /api/index.php/v1/mokojoomcalendar/locations - List locations

Authenticate with a Joomla API token via the X-Joomla-Token header.