Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Event Method #112

Open
andrewtite opened this issue Aug 8, 2019 · 0 comments
Open

Add Event Method #112

andrewtite opened this issue Aug 8, 2019 · 0 comments

Comments

@andrewtite
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant