For clubs & ranges
Embed the calendar
One calendar engine. Clubs, federations and ranges can show their upcoming matches on their own site. WordPress gets a paste-the-URL embed; other sites can use an iframe or a short script.
For WordPress
Paste this URL on its own line in a post or page. WordPress turns it into the calendar. In Elementor or the Custom HTML block, paste the iframe instead — WordPress often strips <script> tags.
https://shootingsports.co.za/embed/calendar?club=your-club-slug
<iframe src="https://shootingsports.co.za/embed/calendar?club=your-club-slug" title="Match calendar" width="800" height="520" frameborder="0" scrolling="no" style="width:100%;min-height:520px;border:0;"></iframe>
Range
https://shootingsports.co.za/embed/calendar?venue=your-range-slug
Federation
https://shootingsports.co.za/embed/calendar?organisation=your-federation-slug
Shooter
Signed-in shooters add matches to My calendar, then embed that list:
https://shootingsports.co.za/embed/calendar?shooter=your-shooter-slug
Colours and fonts
https://shootingsports.co.za/embed/calendar?club=your-club-slug&theme=dark&accent=%23D9AE52&bg=%23131718&ink=%23e8eae6&font=inter&height=640
Other websites
If the CMS allows scripts, this tag builds the same iframe:
<script src="https://shootingsports.co.za/embed/calendar.js" data-club="your-club-slug"></script>
Preview