MARKETPLACE
PLUGINS
MOBILE CALENDAR BUBBLE MOBILE
Mobile Calendar Bubble Mobile logo

Mobile Calendar Bubble Mobile

Published April 2025
   •    Updated February 2026

Plugin details

This plugin creates a customizable calendar for Bubble mobile apps, with support for Timezone display.
- Display appointments visually  
- Navigate between months  or weeks
- Select specific dates and view associated events  


selected_day  
The currently clicked date (for example: 2024-04-10)

selected_day_appointment_ids  
A list of appointment IDs for the selected date

Timezone support

We’ve added support for timezones to ensure dates and appointments are displayed correctly for users in different regions.
For configuration details, please refer to the documentation.

Links

Demo:  
https://ncv-react-plugins.bubbleapps.io/version-test/api/1.1/mobile/preview?debug_mode=true&preview_view=calendar

Editor:  
https://bubble.io/page?id=ncv-react-plugins&test_plugin=1744290940430x950179829294039000_current&tab=Design&name=calendar&type=page

Documentation:  
https://docs.nocodeventure.com/react-native-plugins/mobile-calendar-react-native

$29

One time

5.0 stars   •   2 ratings
33 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

No-Code Venture logo
No-Code Venture
Joined 2017   •   199 Plugins
View contributor profile

Instructions

✅ How to use it (simple steps): Install Plugin:

Go to your Bubble app editor.

Navigate to Plugins → Click "Add plugin".

Find and install the Bubble React Native Calendar (or the similar name listed).

Add to your app:

Drag the calendar element onto your Bubble page from the element panel.

Customize:

Set properties in the plugin element’s settings:

Start on Monday: Yes or No.

RTL (Right-to-left) layout: Enable if required.

Customize font size, colors, and padding.

Provide Data (Appointments):

Prepare a list of appointments/events in JSON format:

json
Copy
Edit
[{"id":"1","date":"2024-04-10","title":"Meeting","color":"#ff0000","time":"10:00 AM","location":"Office"}]
Pass this list to the calendar via its input field for appointments.

Handle Events:

When a user clicks on a date:

The plugin publishes the selected date and related appointment IDs to states you can access in Bubble workflows.

You can then trigger workflows based on these events (e.g., displaying details).


📍 Appointments / Events

appointments (Bubble list of JSON strings or objects)
Expected format (each item):

json

{
 "id": "unique-id-123",
 "date": "2025-04-11",
 "title": "Team Sync",
 "time": "2:00 PM",
 "location": "Room B",
 "color": "#f43f5e",
 "spacingBetween": 4,
 "lineHeight": 20,
 "titleSize": 16,
 "timeSize": 14,
 "locationSize": 13
}


Demo: https://ncv-react-plugins.bubbleapps.io/version-test/api/1.1/mobile/preview?debug_mode=true&preview_view=calendar

Editor: https://bubble.io/page?id=ncv-react-plugins&test_plugin=1744290940430x950179829294039000_current&tab=Design&name=calendar&type=page

Documentatio available at: https://docs.nocodeventure.com/react-native-plugins/mobile-calendar-react-native

Types

This plugin can be found under the following types:
Api   •   Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:
Mobile   •   Productivity   •   Calendar   •   Visual Elements

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (5.0)

Excellent
June 26th, 2025
Excellent customer service which has meant that this calendar is everything I need it to be. The author has been very very helpful.
Thank you for the feedback, we appreciate it. (plugin author)
June 26th, 2025
  •  
No-Code Venture
Fantastic
April 21st, 2025
Great plugin with lots of customization possibilities. It's very well documented as well, thanks No Code Venture !
We appreciate the feedback; it means a lot. If you have any other suggestions, feel free to reach out at [email protected]. Considering this calendar has been built from the ground up, there might be some minor quirks in production, but do let us know if you run into any issues. (plugin author)
May 12th, 2025
  •  
No-Code Venture
Bubble