You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love your module. It's exactly what I was looking for (almost...lol)
URGENT - WE WILL PAY IF REQUIRED.
This is for our new CRM and we need this ASAP.
I figured out how I could add time and access it on select, but I'm having a lot of trouble adding an event programmically after it is loaded.
Once the calendar is loaded, the user will be doing things that will add events to the calendar. I need to be able to call a function that will add an event with date & time, like how I add all the events when it's loaded.
schedules: [{
name: 'A test event',
date: '2019-08-08',
time: '18:45:00'
}, {
name: 'Follow up phone call',
date: '2019-08-14',
time: '14:30:00'
}, {...
Thanks in advance for your assistance.
The text was updated successfully, but these errors were encountered:
I love your module. It's exactly what I was looking for (almost...lol)
URGENT - WE WILL PAY IF REQUIRED.
This is for our new CRM and we need this ASAP.
I figured out how I could add time and access it on select, but I'm having a lot of trouble adding an event programmically after it is loaded.
Once the calendar is loaded, the user will be doing things that will add events to the calendar. I need to be able to call a function that will add an event with date & time, like how I add all the events when it's loaded.
Thanks in advance for your assistance.
The text was updated successfully, but these errors were encountered: