Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

CNContactStore.GroupsByName

Looks for groups with matching names.

Component Version macOS Windows Linux Server iOS SDK
Contacts 8.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "CNContactStore.GroupsByName"; Name )   More

Parameters

Parameter Description Example
Name The group name. "Friends"

Result

Returns list of group identifiers or error.

Description

Looks for groups with matching names.
Returns empty list if nothing found.
Comparison is localized case insensitive.

Examples

Query a group:

MBS( "CNContactStore.GroupsByName"; "Zeitungen" )

See also

Blog Entries

Created 22nd August 2018, last changed 27th January 2020


CNContactStore.Groups - CNContactStore.GroupsForContact

Feedback: Report problem or ask question.