I add a note to an calendar entry e.g. in iCal which has a length of e.g. 800 chars. When I look into the database in oc_calendarobjects_props the field âvalueâ is varchar(255) and just displays the 254 chars.
QUESTION:
⢠Where is the full text stored?
⢠Can I just change the field to e.g. âLongtextâ?
⢠Is it possible to âcreateâ a new calendar entry via creating all required records in the database? (I want to âinjectâ calendar entries from a tool which just has access to the database).
Thanks in advance