} else {
//cannot make link without business path
return NotificationsManager.getInstance().getNoSubscriptionInfo();
}
Kalendar cal = CalendarManagerFactory.getInstance().getCalendarManager().getCalendar(calType, id.toString());
Collection<KalendarEvent> calEvents = cal.getEvents();
for (KalendarEvent kalendarEvent : calEvents) {
if (showEvent(compareDate, kalendarEvent)) {
logDebug("found a KalendarEvent: " + kalendarEvent.getSubject() + " with time: " + kalendarEvent.getBegin()
+ " modified before: " + compareDate.toString(), null);
// found a modified event in this calendar