Initial JSON actions to get/set an event

This commit is contained in:
Francis Lachapelle
2015-06-12 10:48:00 -04:00
parent f694f57638
commit f9271b747c
10 changed files with 1192 additions and 2643 deletions
@@ -301,13 +301,6 @@
}
else
data = @"";
else if ([data isKindOfClass: [NSArray class]])
{
if ([data count] > 0)
data = [data objectAtIndex: 0];
else
data = @"";
}
[newRecord setObject: data forKey: @"c_telephonenumber"];
// Custom attribute for group-lookups. See LDAPSource.m where