Am 27.10.2013 um 01:51 schrieb Aaron Andrew Hunt <[email protected]>:
> Apple's Contacts now allows the user to create groups locally (On My Mac) or
> in iCloud. I have an app that gets the local Groups from the AddressBook
> class, and it works fine, but some users who don't create local groups and
> only use iCloud groups complain that they want my app to get the groups from
> iCloud because they don't want local groups.
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
--
Read our blog about news on our plugins:
http://www.mbsplugins.de/
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info