Hi all,
I’ve an unmodified mail template that is being used solely for the calendar. The entries are created in a separate database that runs some LotusScript to create the entry. The calendar entry gets created without issue.
BUT, and I bet you knew that was coming, the entries do not appear in the calendar view. I can look at the list of meetings and see the items there, but nothing appears on the calendar.
Subject: Calendar items not showing
Check the selection formula for the calendar views - they expect a field called CalendarDateTime to be present on the form. The Calendar Schema doc at http://www.lotus.com/ldd/doc/uafiles.nsf/docs/WPNotesCSSchema/$File/csschema.pdf
has more details than you’d ever want, but if you create and set that field properly, the entries will pop right in there.
Subject: RE: Calendar items not showing
Yes, I have CalendarDateTime set.
Subject: RE: Calendar items not showing
Okay, I tinkered around with it and the entries show. Only now when I open them, I get “Notes Item Not Found” and the entry doesn’t appear in the boxes for all the day affected.