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
- Requires MokoJoomCalendar to be installed and configured.
- Download from releases.
- Install via Joomla Extensions installer.
- Enable the Web Services plugin at System > Plugins.
API Endpoints
GET /api/index.php/v1/mokojoomcalendar/events- List eventsGET /api/index.php/v1/mokojoomcalendar/calendars- List calendarsGET /api/index.php/v1/mokojoomcalendar/locations- List locations
Authenticate with a Joomla API token via the X-Joomla-Token header.