Timetable
The Timetable displays a weekly view of BJJ classes for a location or specific club.
Parameters
| Parameter | Required | Description |
|---|---|---|
| location | Yes | Location path: country/state/city or country/state/city/area (e.g. gb/england/london) |
| club | No | Club slug for club-specific timetable (requires location) |
| mode | No | light or dark (default: dark) |
Example
/widgets/timetable/weekly?location=gb/england/london
/widgets/timetable/weekly?location=us/texas/austin&club=grappling-academyEmbed Examples
Basic Timetable (Location Only)
<iframe
src="https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london"
width="100%"
height="450"
frameborder="0"
title="BJJ Timetable">
</iframe>Club-Specific Timetable
<iframe
src="https://www.submitsu.com/widgets/timetable/weekly?location=gb/england/london&club=grappling-academy"
width="100%"
height="450"
frameborder="0"
title="BJJ Timetable">
</iframe>Last updated on