Page 1 of 1

SeedCode Pro Calendar

PostPosted: Mon Jun 18, 2012 9:18 am
by nateherzog
I'm having a weird thing happen with data sorting in the calendar.

I have two sources, both of which are a list of names:

Source1: who is out of the office on that day
Source2: who is traveling on that day

What I would like to do is have the data sort so that

Source1>>names alphabetically shows up first then
Source2>>names alphabetically showed up next.

If I show the day view for a date, this happens just fine. If I show the week view for a date, the events from the two sources get jumbled up. I've searched through the many scripts that redraw the calendar but I can't figure out why this is happening.

Re: SeedCode Pro Calendar

PostPosted: Tue Jun 19, 2012 9:26 am
by JasonYoung
Hi Nate,

Right this is by design, and would be tricky to undo in the current version. The new Pro Calendar for 12, which will be released before Devcon, does handle multiple sources better and more easily, so you might want to hold off for that one as you'll be eligible for the free upgrade.

The other possibility would be to combine the sources into one table, as we can control that sort much more easily. You'd then use filters to differentiate the types of events rather than having them in separate tables. This approach also gives better performance in the current version.

hth,
Jason