Calendar for Bubble Mobile

Link to plugin page: will be late

Demo to preview the plugin:

Introduction

The Calendar for Bubble Mobile plugin provides a comprehensive calendar component specifically designed for mobile applications built on the Bubble platform. This plugin allows you to display events in multiple view formats (month, week, day) with full customization options for styling, event management, and user interactions. The calendar supports event creation, editing, recurring events, and provides rich styling options to match your app's design.

Prerequisites

This plugin requires your app to have a data type that contains event information with at least the following fields:
  • Event ID (unique identifier)
  • Event title
  • Start date
  • End date
Additional optional fields for enhanced functionality:
  • Event color
  • Event repeat pattern
  • Event notes
This plugin is designed specifically for the mobile version of the Bubble editor. To test the plugin on your mobile device, use the TestFlight app available at: https://testflight.apple.com/join/njge8JcQ
⚠️
Please note that the testing app is currently available for iOS only.
Image without caption

How to setup

  1. Install the Calendar for Bubble Mobile plugin in your Bubble app.
  1. Create your Event data type in Bubble with the required fields (ID, title, start date, end date).
    1. Image without caption
  1. Add the Calendar element to your mobile page.
  1. Configure the data source by selecting your Event type and providing a list of events.
    1. Image without caption
  1. Map the required fields to your data type fields:
      • Event type: Select your custom event data type.
      • Event list: Provide the list of events to display.
      • Event ID field: Map to your unique identifier field.
      • Event title field: Map to your event title field.
      • Event start date field: Map to your start date field.
      • Event end date field: Map to your end date field.
  1. Optional: Configure additional fields like color, repeat pattern, and notes.
    1. Image without caption
  1. Customize styling according to your app's design requirements.

Plugin Element Properties

The plugin contains a Calendar visual element that should be used on mobile views.

Calendar

Image without caption

Element fields

Element actions

Element states

Element events

Workflow example

Here are some setups that will help to understand the plugin better.

Create new event

Navigate previous & next

Image without caption

Changelogs