Hello,
I want to sync the status of an appointment from my MS SQL DB to Outlook(one-way). Problem is that my DB BusyStatus can have values from 1 to 9 but the Outlook BusyStatus field can only have values 0 to 3.
Is it possible to make a convertion, or something similar, that will for eksamepel set DB values 2, 3 and 5 to Outlook value 1?