Hm, okay; thank you.  I checked my code and I see I used the Xojo built-in 
class for AddressBook instead of the MBS class. Someone reported my app doesn't 
return iCloud groups. Sorry for the bother, but I don't use iCloud so I can't 
reproduce this. Can anyone else confirm that the Xojo AddressBook class doesn't 
return the iCloud groups, only the local groups? 

Thanks!
Aaron


On Oct 27, 2013, at 7:00 AM, [email protected] wrote:
> there is just one groups API and it returns groups.
> The plugin can only provide what it receives there.
> 
>  dim a as new ABAddressBookMBS
>  dim g() as ABGroupMBS = a.groups
>  dim names() as string
>  for each gg as ABGroupMBS in g
>    names.append gg.DisplayName
>  next
>  MsgBox Join(names,EndOfLine)
> 
> this shows here all groups and I use iCloud.
> 
> Greetings
> Christian

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to