iCalendar webdav question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

iCalendar webdav question

Chris Snow-3
When sunbird sends a new event to ofbiz, what does it actually send?

If I have an event that crosses several calendars, is it possible to
send that and perform the update in one transaction?

Many thanks,

Chris
Reply | Threaded
Open this post in threaded view
|

Re: iCalendar webdav question

Adrian Crum
http://tools.ietf.org/html/rfc4791

-Adrian

Christopher Snow wrote:
> When sunbird sends a new event to ofbiz, what does it actually send?
>
> If I have an event that crosses several calendars, is it possible to
> send that and perform the update in one transaction?
>
> Many thanks,
>
> Chris
>
Reply | Threaded
Open this post in threaded view
|

Re: iCalendar webdav question

Chris Snow-3
Thanks Adrian - my printer is very busy now!

Adrian Crum wrote:

> http://tools.ietf.org/html/rfc4791
>
> -Adrian
>
> Christopher Snow wrote:
>> When sunbird sends a new event to ofbiz, what does it actually send?
>>
>> If I have an event that crosses several calendars, is it possible to
>> send that and perform the update in one transaction?
>>
>> Many thanks,
>>
>> Chris
>>


--
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk

Reply | Threaded
Open this post in threaded view
|

Re: iCalendar webdav question

Adrian Crum
Agreed, there is a lot of information there - and most of it you don't need.

To summarize: Sunbird (or any iCalendar client) will send (HTTP PUT) the
entire calendar. OFbiz will parse the incoming calendar and update the
work effort entities accordingly (see ICalConverter.java). So to answer
your question, how the work effort entities are updated is controlled by
OFBiz, not the iCalendar specification.

-Adrian

Christopher Snow wrote:

> Thanks Adrian - my printer is very busy now!
>
> Adrian Crum wrote:
>> http://tools.ietf.org/html/rfc4791
>>
>> -Adrian
>>
>> Christopher Snow wrote:
>>> When sunbird sends a new event to ofbiz, what does it actually send?
>>>
>>> If I have an event that crosses several calendars, is it possible to
>>> send that and perform the update in one transaction?
>>>
>>> Many thanks,
>>>
>>> Chris
>>>
>
>