If you can reproduce the problem, then please create a Jira issue with
details.
-Adrian
Christopher Snow wrote:
Adrian,
This seemed to only start working after I associated a child work
effort. Maybe I have mis-read the docs?
Many thanks,
Chris
Adrian Crum wrote:
Christopher Snow wrote:
Looking though the ofbiz code, it looks as though the iCalendar
implementation only stores data in WorkEffortIcalData.
That is not correct. Here are the processes:
Store iCalendar
---------------
1. Parse iCalendar data into an internal Java structure
2. Parse internal Java structure, create/update associated work
effort entities
3. Save iCalendar data in WorkEffortIcalData
Get iCalendar
-------------
1. Parse WorkEffortIcalData data into an internal Java structure
2. Update internal Java structure from work effort entities
3. Convert internal Java structure to iCalendar data
-Adrian