This message will appear if there are any events of any description associated with that calendar. Possibly unpublished, trashed or special access.
If you can't find them anywhere and you have access to phpMyAdmin you can find them using the query
SELECT ev_id FROM xxx_jevents_vevent WHERE icsid = 12
change 12 to match your calendar if and xxx to match your joomla table prefix.
Does the result give you any clues as to which events need to be deleted first.