[Evolution-hackers] Multiple child-addressbooks under an account

2011-01-21 Thread Kirk Wolff
Is there a way to add child-addressbooks under an addressbook account
with evolution's GUI?  I don't see any current implementations that have
a 'tree' of addressbooks under an addressbook plugin type.  As I see it,
there are plugins for setting up an addressbook, but not for displaying
and organizing them.  It seems the presentation (the left-hand column
list) of addressbooks is fixed.  Is there a simple way to add and
maintain a tree in the list of addressbooks?

>Kirk






signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] evolution-hackers Digest, Vol 66, Issue 10

2011-01-22 Thread Kirk Wolff
I am not referring to tasks, but to addressbooks.
-- 
Kirk Wolff
Wolff Electronic Design
(651) 224-0412 x200
Fax: (651) 925-0412
k...@wolffelectronicdesign.com




On Sat, 2011-01-22 at 12:00 +, evolution-hackers-requ...@gnome.org
wrote: 

> Send evolution-hackers mailing list submissions to
>   evolution-hackers@gnome.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   http://mail.gnome.org/mailman/listinfo/evolution-hackers
> or, via email, send a message with subject or body 'help' to
>   evolution-hackers-requ...@gnome.org
> 
> You can reach the person managing the list at
>   evolution-hackers-ow...@gnome.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of evolution-hackers digest..."
> Today's Topics:
> 
>1.  Multiple child-addressbooks under an account (Kirk Wolff)
>2. Re:  Multiple child-addressbooks under an account (Onyeibo Oku)
> 
> email message attachment
> 
> >  Forwarded Message 
> > From: Kirk Wolff 
> > To: evolution-hackers@gnome.org
> > Subject: [Evolution-hackers] Multiple child-addressbooks under an
> > account
> > Date: Fri, 21 Jan 2011 11:30:29 -0600
> > 
> > Is there a way to add child-addressbooks under an addressbook
> > account with evolution's GUI?  I don't see any current
> > implementations that have a 'tree' of addressbooks under an
> > addressbook plugin type.  As I see it, there are plugins for setting
> > up an addressbook, but not for displaying and organizing them.  It
> > seems the presentation (the left-hand column list) of addressbooks
> > is fixed.  Is there a simple way to add and maintain a tree in the
> > list of addressbooks?
> > 
> > >Kirk
> > 
> > 
> > 
> > 
> > 
> > 
> 
> email message attachment
> 
> >  Forwarded Message ----
> > From: Onyeibo Oku 
> > Reply-to: twoho...@gmail.com
> > To: evolution-hackers@gnome.org
> > Subject: Re: [Evolution-hackers] Multiple child-addressbooks under
> > an account
> > Date: Fri, 21 Jan 2011 19:49:53 +0100
> > 
> > 
> > On 01/21/2011 06:30 PM, Kirk Wolff wrote:
> > > Is there a way to add child-addressbooks under an addressbook account
> > > with evolution's GUI? I don't see any current implementations that have
> > > a 'tree' of addressbooks under an addressbook plugin type. As I see it,
> > > there are plugins for setting up an addressbook, but not for displaying
> > > and organizing them. It seems the presentation (the left-hand column
> > > list) of addressbooks is fixed. Is there a simple way to add and
> > > maintain a tree in the list of addressbooks?
> > >
> > >>Kirk
> > 
> > I don't see any special benefit for this feature.  I will campaign 
> > rather for child-tasks (sub-tasks) where completion of each child task 
> > sums up the percentage progress for the parent/container task
> > 
> > 
> 
> ___
> evolution-hackers mailing list
> evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers


signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Evolution calendar backend

2011-01-22 Thread Kirk Wolff
Hello,

I've been digging through calendar's webdav backend code and found that 
there's special handling of calendar items (components) that have
the same UID.  Under what circumstances would two calendar items
have both the same UID and href?  

>Kirk


signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Evolution calendar backend

2011-01-22 Thread Kirk Wolff
> From: Adam Tauno Williams 
> To: evolution-hackers@gnome.org
> Subject: Re: [Evolution-hackers] Evolution calendar backend
> Date: Sat, 22 Jan 2011 14:59:31 -0500 (01/22/2011 01:59:31 PM)
> 
> RFC4891

> 4.1.  Calendar Object Resources
> 

...

>The UID property value of the calendar components contained
in a
>calendar object resource MUST be unique in the scope of the
calendar
>collection in which they are stored.
> 
>Calendar components in a calendar collection that have
different UID
>property values MUST be stored in separate calendar object
resources.
> 
>Calendar components with the same UID property value, in a
given
>calendar collection, MUST be contained in the same calendar
object
>resource.  



> 
>The VEVENT component with the UID value "1...@example.com"
would be
>stored in its own calendar object resource.  The two VEVENT
>components with the UID value "2...@example.com", which
represent a
>recurring event where one recurrence instance has been
overridden,
>would be stored in the same calendar object resource.


I take it from the above reply that the code handling items with the
same UID are for handling recurrences.  I'll look closer at the caldav
spec and see if the sync code makes more sense.


signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers