[Cosmo-dev] Re: [commits-cosmo] (rletness) [3564] bug 7961

Randy Letness randy at osafoundation.org
Fri Feb 2 12:42:33 PST 2007


Brian Moseley wrote:
> On 2/2/07, svncheckin at osafoundation.org <svncheckin at osafoundation.org> 
> wrote:
>
>> + // Handle the case where events don't have a UID (should be rare)
>> + if(uid!=null)
>> + icalUid = event.getUid().getValue();
>> + else
>> + icalUid = "UNKNOWN";
>> +
>> + if(uid==null || "".equals(uid))
>> + icalUid = "UNKNOWN";
>
> shouldn't we generate a new uid instead of doing this?
> _______________________________________________


Yeah thats a good idea...i was doing something quick for Jared to test.  
We can generate a new UID and put it in the Calendar object.

-Randy


More information about the cosmo-dev mailing list