Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as SQL by uxvlad ( 15 years ago )
SELECT a.[IdForcedAppointmentType],
a.[ForcedAppointmentTypeTitle],
b.[type],
b.[allow]
FROM [calendars].[dbo].[ForcedAppointmentTypes] AS a
LEFT OUTER JOIN [calendars].[dbo].[Preference_exchange] AS b
ON a.[IdForcedAppointmentType] = b.[type] AND b.[uid] = ''
Revise this Paste