61
Views
1
Comments
Not able to add event list in flatpicker Calendar.
Question
Application Type
Reactive

Hello

1. I am using Flatpicker calendar in my module, but I am not able to add an event list to my calendar

2. Show the dot in the calendar when the list is added, I have attached an image below please find out.

3. I want this type of calendar where a list of events is shown with dates




4. I have attached the URL to Which I was referred please find out below

https://flatpickr.js.org/events/

Thanks and regards

vednarayan 

 Note:- This is a date picker/calendar on reactive web outsystems default,

              Please help with this default calendar.



 


2022-08-03 04-32-50
Ravi Punjwani

Hi Vednarayan,

The events URL that you shared is not for the events to display in your calendar, but it is for javascript events that it uses in the library. So these are two different events.

I'm assuming you're trying to display a list of dates / highlight some specific dates based on some real life events (not javascript events, onclick, onselect), like public holidays etc. If this is the case, there's not much you can achieve using the default datepicker, other than just being able to disable some dates (you can see in their examples on flatpickr website).

You can use FullCalendar or some other fully featured library to achieve this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.