Services Plugins FAQs

Aircalendar Same Start/End Date for Single Date Selection

Help please! Unlike in the Air Date Time Picker Pro, I am not seeing in Aircalendar an option to set the calendar type to “Single Day”, "Multiple Day, or “Range”. Maybe I’m missing something?

Currently, when in dayGridMonth view, a single date selection results in the selected end date being the day following/after the single selected date.

How can I make the selected end date have the same date as the selected start date when I only select one date in the calendar?

Hello joe2,

Thank you for reaching out!

To better assist you, could you please share screenshots of your plugin element configuration? This will help us ensure that everything is set up correctly on your end.

Looking forward to your reply!

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hi Egor, I hope this image will provide you with the information you need.

Hello joe2,

Regarding your question, the Air Calendar plugin does not have a direct “Single Day”, “Multiple Day”, or “Range” setting like the Air Date/Time Picker Pro plugin. However, the issue you’re experiencing with the “selected end date” is likely due to how the calendar view is interpreting the selection.

In Air Calendar, when you select a single date in the dayGridMonth view, the calendar defaults to selecting the day following the chosen date as the end date. Unfortunately, this behavior isn’t adjustable within the plugin itself. However, you can adjust the logic in your workflows to set the start and end date as the same when a single date is selected.

Suggested Solution:

  1. Workflow Setup:
  • When you select a single date, use a workflow action to set both the start and end date to the selected date.
  • For example, after selecting the date, trigger a workflow action to set the end date equal to the start date.
  1. Custom Logic:
  • If you want to differentiate between single and multiple selections, you can use conditional logic in the workflow to check if the start and end dates are the same. If they are, set them to the same date.

This should resolve the issue where the selected end date is the day after the selected start date.

Let me know if this helps or if you need further assistance!

Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3