trying to retrieve data from an external calendar and put it in the new wappler calendar. How are date/times stored. My external calendar has dates and times in different fields. Also, what are the values of all day event. My external calendar stores them as TRUE /FALSE flags.
got the date time to work. use a datetime field in mysql. converting from excel was the issue. Still don’t know how to handle the all day event field. What values are acceptable. I also don’t see the other fields like description, category, etc. I guess I could use color to indicate categories through a translation on the server connect side.
Starting to play with how to add new and edit events to the calendar. Any tutorials on that would be helpful?