<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Embedded &quot;Upcoming Events&quot; view shows multi-day events once for each day</title> 
  <pubDate>Fri, 10 Apr 2026 07:03:44 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11136</link> 
  <atom:link rel="self" type="application/rss+xml" title="Embedded &quot;Upcoming Events&quot; view shows multi-day events once for each day" href="https://bugs.horde.org/ticket/11136/rss" /> 
  <description>Embedded &quot;Upcoming Events&quot; view shows multi-day events once for each day</description> 
 
   
   
  <item> 
   <title>In the &quot;Upcoming Events&quot; embedded calendar, a event that spa</title> 
   <description>In the &quot;Upcoming Events&quot; embedded calendar, a event that spans multiple days is shown many times, once for each day. This is very confusing, since it gives the impression that they are multiple different events.

Instead of showing someting like:
July
1 Multi-day event
2 Multi-day event
3 Multi-day event
4 Multi-day event
5 Multi-day event

it should show
July
1 - 5 Mutli-day event

Since each day is shown as a separate event, this also breaks the &quot;maxevents&quot; parameter, which not only will not show the desired amount of separate events, but gives the false impression that a long multi-day event is shortar than it is, because only &quot;maxevents&quot; days are shown.

The attached image illustrates the problem (length of event is 5 days, maxevents = 3)</description> 
   <pubDate>Sun, 08 Apr 2012 07:07:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11136#t71130</link> 
  </item> 
   
  <item> 
   <title>There is no bug. And your proposed &quot;solution&quot; won&#039;t work eit</title> 
   <description>There is no bug. And your proposed &quot;solution&quot; won&#039;t work either, because how would you render if you have both multi-day and single-day events during the same days?</description> 
   <pubDate>Wed, 11 Apr 2012 11:52:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11136#t71155</link> 
  </item> 
   
  <item> 
   <title>At the very least it&#039;s a usability issue, even if you don&#039;t </title> 
   <description>At the very least it&#039;s a usability issue, even if you don&#039;t agree that showing the wrong number of days for an event is a bug.

If maxevents does not, in fact, set the maximum number of events to show, could the name be changed to something that reflects its use better? Maybe &quot;maxeventdays&quot;?

Multiple events during a day can be shown e.g. like this:
April
11.-15. Multiday event
13. Single day event in the middle of the above event

If you are concerned that people think that the second event is after the first one (instead of during) a special icon could be added to turn attention to this.

The default could still be the old behaviour, but I think having an option for this would be nice.

Here&#039;s my use case: I have lots of long 10-15 day events mixed with lots of single day events (although they do not usually overlap). I need to show entire events so people don&#039;t get confused (i.e. don&#039;t show that a 15 day event is 2 days long), but at the same time it looks bad to have 30 single day events listed in some cases (if I make maxevents large enough to fit all the longer events).

It&#039;s also difficult to see single day events when they are &quot;hidden&quot; between two long multiday events. At a glance, how many different events are listed below?

1. My event a
2. My event a
3. My event a
4. My event a
5. My event a
6. My event a
7. My event a
8. My event a
9. My event a
10. My event a
11. My event c
12. My event d
13. My event d
14. My event d
15. My event e
16. My event f
17. My event f
18. My event f
19. My event f

Compare with: 
1.-10. My event a
11. My event c
12.-14. My event d
15. My event e
16.-19. My event f
</description> 
   <pubDate>Wed, 11 Apr 2012 13:05:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11136#t71165</link> 
  </item> 
   
  <item> 
   <title>&gt; Multiple events during a day can be shown e.g. like this:</title> 
   <description>&gt; Multiple events during a day can be shown e.g. like this:
&gt; April
&gt; 11.-15. Multiday event
&gt; 13. Single day event in the middle of the above event

This makes sense. I confused the &quot;Upcoming&quot; block with the &quot;Summary&quot; block which has headers, not prefixes for the individual days.</description> 
   <pubDate>Wed, 11 Apr 2012 13:44:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11136#t71172</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 4c57fb7eb70</title> 
   <description>Changes have been made in Git (develop):

commit 4c57fb7eb70cef8567bf48fb9a1641bf7333a02c
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Sat Apr 14 12:46:52 2012 -0400

    Don&#039;t show multiday events more than once in the Monthlist block.
    
    Ticket: 11136

 kronolith/lib/Block/Monthlist.php |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/4c57fb7eb70cef8567bf48fb9a1641bf7333a02c</description> 
   <pubDate>Sat, 14 Apr 2012 16:47:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11136#t71224</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 4c57fb7eb70c</title> 
   <description>Changes have been made in Git (master):

commit 4c57fb7eb70cef8567bf48fb9a1641bf7333a02c
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Sat Apr 14 12:46:52 2012 -0400

    Don&#039;t show multiday events more than once in the Monthlist block.
    
    Ticket: 11136

 kronolith/lib/Block/Monthlist.php |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/4c57fb7eb70cef8567bf48fb9a1641bf7333a02c</description> 
   <pubDate>Wed, 29 Aug 2012 12:36:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11136#t72528</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
