Hello . The changesI have made to synch calendar i wrote below.
ListType.Contact; to ListType.Calendar;
and left only one column
public StringDictionary GetFieldMappingsForListType(Guid ProviderID, ListType listType)
{
StringDictionary fieldNames = new StringDictionary();
fieldNames.Add(
"ContactID", "ID");
}
public
ListType GetProviderType(Guid ProviderID)
{
return ListType.Calendar;
}