# fluent-booking/2.5.0/app/Views/public/fluentform/calendar.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 2.5.0. 15 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/2.5.0/code/app/Views/public/fluentform/calendar.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/2.5.0/raw/app/Views/public/fluentform/calendar.php
- Modified: 2026-08-28T13:36:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-booking/2.5.0/code/app/Views/public/fluentform/calendar.php#L10-L20`.

```php
<?php
defined( 'ABSPATH' ) || exit;

/**
 * @var string $calendar_app
 * @var string $element_id
 */
?>

<div class="ff-el-group has-conditions">
    <div class="fcal_cal_wrap">
        <div class="<?php echo esc_attr($calendar_app); ?>" data-element_id="<?php echo esc_attr($element_id); ?>"></div>
    </div>
</div>

```
