なんらかの理由で日付が表示されていませんか?
IsolatedStorageSettings uc = IsolatedStorageSettings.ApplicationSettings;
public void load()
        {
            List<DateTime> List = new List<DateTime>();
            Schedule.ItemsSource = null;
            List<s> medicationList = (List<s>)uc["nList"];
            foreach(sn temp in List)
            {
                if (dateList.Contains(t.Date))
                {
                }
                else
                {                    
                    date.Add(t.Date);
                    Schedule.ItemsSource = List;
                }
            }
        }
愚かな間違い(解決策)
<ListBox x:Name="Schedule" >
</ListBox>
それらと不要なコードを削除します