
matthias.althaus at iserv
May 9, 2012, 1:22 AM
Post #3 of 3
(686 views)
Permalink
|
|
Re: adding DAViCal users from an external system
[In reply to]
|
|
Hey Daniel, I haven't worked with custom fields yet, but I had some brainstorming on the topic: >ensuring that DAViCal will persist the field name and value in the >database - does the DB support arbitrary attribute/value pairs, or must >a new column be created for each X-<something>? Davical is storing the whole VCALENDAR as a single plain text field in 'caldav_data' and parses all the RFC fields into 'calendar_item'. So any X-field will just be in the database and not get touched by Davical. (Hoping to not tell any bulls***, but Andrew can correct me in that case. ^^) >making some kind of user accessible report based on custom fields (or even reporting against the standard fields) With the above this will be tricky as you cannot access the custom fields directly. For a report you could still fetch all the data and parse them in PHP for reporting. The RFC fields are directly queryable in the DB. >adding the field to the windows in Lightning Dunno if this is possible without custom builds. My main concern with custom fields is that you cannot rely on them, if they are filled from external sources as you simply can add what you're up to... but this depends on the scenario you're trying to cover. Cheers Matthias _______________________________________________ DAViCal-dev mailing list DAViCal-dev [at] lists http://lists.davical.org/listinfo/davical-dev
|