Title: Dashboard for Availio
Author: gianlucad
Published: <strong>July 30, 2026</strong>
Last modified: July 30, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/dashboard-for-availio.svg)

# Dashboard for Availio

 By [gianlucad](https://profiles.wordpress.org/gianlucad/)

[Download](https://downloads.wordpress.org/plugin/dashboard-for-availio.1.1.3.zip)

 * [Details](https://wordpress.org/plugins/dashboard-for-availio/#description)
 * [Reviews](https://wordpress.org/plugins/dashboard-for-availio/#reviews)
 *  [Installation](https://wordpress.org/plugins/dashboard-for-availio/#installation)
 * [Development](https://wordpress.org/plugins/dashboard-for-availio/#developers)

 [Support](https://wordpress.org/support/plugin/dashboard-for-availio/)

## Description

Dashboard for Availio embeds your club’s court occupancy from **Availio** (the booking
platform by Fairgate) directly into WordPress. The data is fetched server-side through
the official **Fairgate Standard API (FSA)** and rendered as a clear, TV-friendly
occupancy grid of all your courts, including a date picker to browse the coming 
days.

The API token stays exclusively on the server; it is never sent to the browser.

**Features**

 * Occupancy grid of all courts for the selected day (free / booked / in progress)
 * Date picker with previous/next navigation
 * Automatic refresh at a configurable interval
 * Configurable display range, slot size and time zone
 * Customizable color scheme (color pickers in the settings)
 * Optional court filter (show only selected courts)
 * Embed via the `[availio_dashboard]` shortcode
 * Token kept server-side, no credentials in the HTML/JS

Please note: the Fairgate Standard API returns reservations as anonymous time slots(
without player names). The dashboard therefore shows the occupancy, not the names
of the people who booked.

This plugin is an unofficial, community-developed project and is not affiliated 
with Fairgate AG. “Availio” and “Fairgate” are trademarks of their respective owners.

### External services

This plugin connects to the Fairgate Standard API (FSA), operated by Fairgate AG,
to retrieve and display your club’s court occupancy. Without this connection the
dashboard cannot show any data.

 * Provider: Fairgate AG (default base URL: https://fsa.fairgate.ch).
 * Purpose: retrieving the reservations and the court list for display.
 * When: server-side on every request to a page containing the shortcode, and on
   the auto-refresh / AJAX requests.
 * Data transmitted: your configured Organisation ID (OID) and your API token (for
   authentication), plus the requested time range or date. NO data about your website
   visitors is transmitted to the service.

Terms of service: https://fairgate.ch/agb-standard/
 Privacy policy: https://fairgate.
ch/datenschutzerklarung/

## Installation

 1. Upload the plugin as a ZIP via _Plugins  Add New  Upload Plugin_ and activate it(
    or copy the `dashboard-for-availio` folder to `wp-content/plugins/`).
 2. Go to _Settings  Dashboard for Availio_ and enter your credentials:
 3.  * **Organisation ID (OID)** of your club
     * **API key (Bearer/JWT token)** from your Availio settings
 4. Optionally adjust the display options (range, slot size, auto-refresh, colors, 
    court filter).
 5. Add the shortcode `[availio_dashboard]` to a page, post or widget.

You obtain API access (OID and token) through your Availio/Fairgate contract; the
FSA must be enabled for your organisation.

## FAQ

### Where do I get the OID and the API token?

Both come from the Availio/Fairgate settings of your organisation. The Fairgate 
Standard API (FSA) must be booked/enabled for your account.

### Are the names of the people who booked shown?

No. The official FSA returns reservations as anonymous time slots. The dashboard
therefore only shows when a court is occupied, not by whom.

### Is the token secure?

Yes. The token is kept server-side and is only used for the API request. The delivered
HTML contains only the finished occupancy tiles.

### Can I store the credentials outside the database?

Yes. Define the values as constants in your `wp-config.php` and they will be used
instead of the database settings:

    ```
    define('AVAILIO_OID', 'your-oid');
    define('AVAILIO_ACCESS_KEY', 'your-token');
    define('AVAILIO_BASE_URL', 'https://fsa.fairgate.ch'); // optional
    ```

When a constant is set, the corresponding field on the settings page is shown as
read-only.

### Can I show only certain courts?

Yes, via the court filter in the settings (comma-separated court IDs).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dashboard for Availio” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ gianlucad ](https://profiles.wordpress.org/gianlucad/)

[Translate “Dashboard for Availio” into your language.](https://translate.wordpress.org/projects/wp-plugins/dashboard-for-availio)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dashboard-for-availio/),
check out the [SVN repository](https://plugins.svn.wordpress.org/dashboard-for-availio/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dashboard-for-availio/)
by [RSS](https://plugins.trac.wordpress.org/log/dashboard-for-availio/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.3

 * WordPress.org preparation: external services disclosure, security hardening, 
   plugin name “Dashboard for Availio”, English readme.

#### 1.1.2

 * New: the club name is shown as a title above the dashboard (when set).

#### 1.1.1

 * Fix: date picker arrows and tabs now follow the color scheme (theme override 
   prevented).

#### 1.1.0

 * New: customizable color scheme (color pickers in the settings).
 * New: ready-made color presets (one click).
 * New: credentials optionally via wp-config.php constants.

#### 1.0.0

 * First public release.

## Meta

 *  Version **1.1.3**
 *  Last updated **5 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.2**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [booking](https://wordpress.org/plugins/tags/booking/)[reservations](https://wordpress.org/plugins/tags/reservations/)
   [tennis](https://wordpress.org/plugins/tags/tennis/)
 *  [Advanced View](https://wordpress.org/plugins/dashboard-for-availio/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dashboard-for-availio/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dashboard-for-availio/reviews/)

## Contributors

 *   [ gianlucad ](https://profiles.wordpress.org/gianlucad/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dashboard-for-availio/)