Event macro pill shows a time that looks shifted by the timezone offset (for example 14:00 rendering

What you are seeing

An Event macro pill shows a time that looks shifted by the timezone offset (for example 14:00 rendering as 09:00), while the date is right.


#Why it happens

A known bug in date-range formatting: when a timezone is supplied the time is converted twice.


#What to do

Cross-check against the event's configuration, and report the affected macro. The date component is unaffected.


#Settings involved

Setting

Where

What it does

Calendar capability visibility

Space settings → Capable → capability list → Calendar

Auto shows the byline where relevant. In the Suite that means only on pages Capable has already indexed as carrying dates. Always forces Calendar on for the space; Never hides it there. This is the generic per-capability

Base Timezone

Calendar Configuration panel

"Set the timezone by which events are co-ordinated. Note that events are shown in the timezone of the user viewing the calendar." In practice it pre-fills the event create/edit form only. The grid always draws events in

In-calendar Events

Calendar Configuration panel → Events

"Show in-calendar user made events". The events people create and save inside this calendar.


#Limits that apply here

Limit

Value

What happens

Macro height

-

Slider step 50, default 600. A stored value outside the range is silently clamped, so a stored 300 renders as 400 and a stored 2000 as 1000.

Event macro title

-

-

Saved event name

-

A 3-character event title is rejected on save. The same 4-character floor is why .ics import skips very short titles.



Found it? Good.