I recently started using JFxtras IcalenderAgenda
and learning how it functions, its appointments, the events...
So I created a table named planing, in the MySql database with columns like appointement_date, appointement_startTime, end_time, description, summary ...
my problem is that I don't know ( yet, understand) how can I save the details of an appointment created in JFxtras agenda into my database
to be more precise, it is not the connection to the database, but how can I extract the details of the created appointments after I press a button like save ...
I think my problem is that I don't understand what is an appointment from Agenda.appointment
i saw these functions of details extraction like (Appointment a)
a.getStartLocalDateTime()
a.getStartTime()
a.getSummary()
a.getDescription()
And I just want to use these
Thank You in Advance :)