Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thomas Kahn 602 posts 506 karma points
    Apr 14, 2011 @ 14:36
    Thomas Kahn
    0

    Event that spans over several days - end date is not considered?

    Hi!

    Let's say that I use pdcalendar:GenerateDates('2011-04-14','2011-04-30', 'event') to generate a set of events from my calendar.

    If I have an event in my calendar that has the following settings:

    <data alias="event">
    <pdcalendarevent>
       <pdcstart>2011-04-13</pdcstart>
       <pdcstartt>634382496000000000</pdcstartt>
       <pdcend>2011-04-15</pdcend>
       <pdcendt>634384224000000000</pdcendt>
       <pdcrec>0</pdcrec>
       </pdcalendarevent>
    </data>

    This would mean that the event above is valid April 13, 14 and 15. But it's not present in the events generated by the above call to GenerateDates, eventhough it should be?

    Is end date not considered when GenerateDates collects the events that are a part of the date interval?
    Is there a way for me to solve this?

    Regards,
    Thomas

     

Please Sign in or register to post replies

Write your reply to:

Draft