Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eventcalendar: Events should also be shown in the day view if hours are specified #907

Open
kghbln opened this issue Feb 20, 2025 · 0 comments
Labels

Comments

@kghbln
Copy link
Member

kghbln commented Feb 20, 2025

Once you add specific hours at the start and end of an event, the events are shown in the month and week views of the event calendar but not in the day view. See https://sandbox.semantic-mediawiki.net/wiki/Class_trip

Not shown since hours are specified for the start and end

{{Event calendar item
|event=Class trip to the museum or natural history
|start=2025-02-20T12:00
|end=2025-02-20T15:00
|type=Class trip
|location=museum of natural history
|description=Est Nullam eleifend consequat auctor morbi convallis at ac neque lorem.
}}

Shown in day view since no hours are specified for the start and end

{{Event calendar item
|event=Class trip to the museum or natural history
|start=2025-02-20
|end=2025-02-20
|type=Class trip
|location=museum of natural history
|description=Est Nullam eleifend consequat auctor morbi convallis at ac neque lorem.
}}
@kghbln kghbln added the bug label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant