I am playing with the It2be calendar plugin.
I ahve a database which has an appointment time stored as a unix datestamp. (MySQL)
I then have calculated fields converting that to a date time stamp within servoy.
When doing a SQL query to get the events for the calendar plugin, it doesnt seem to return the servoy calculate fields. but i can get the start date UNIX filed and the length from my core database.
Is there a simple way of working through the buffered dataset that returns and add a column and change another one?
or do i need to build these start and end date fields into my back end SQL table.
David