Calendar events not showing for the current month

Hi,
I am facing a weird issue. The events for the current and previous two months are not showing on the calendar.

  • I confirm that the entry is there in the table.
  • I tried making an entry by clicking on the calendar interface, plus tried directly entering data to the table, bot showing no results.
  • I can see the events listed for next month and events of 3 month earlier.

This is making me crazy. Anyone can lead me on this.
Thanks for any help
Jay

Re: Calendar events not showing for the current month

Hello,

I have reported this issue to our bugs team for further testing.

regards,
Bernhard Bernsmann

Re: Calendar events not showing for the current month

I think that bug is because not have el new field ALL DAY, when the team SC can help us?

CREATE TABLE calendar (
id int(11) NOT NULL AUTO_INCREMENT,
title varchar(300) NOT NULL,
description text,
start_date date NOT NULL,
start_time time,
end_date date,
end_time time,
recurrence varchar(1),
period varchar(1),
PRIMARY KEY (id)
)

Hello,

Is this bug solved? I am using SC 8.1 but I still cannot add events to the current month. Is there a workaround?

Regards,

Marcel Besteman

I will check, but afaik I don’t have issues with the calendar.