There is something with this setting that seems a bit odd to me.
I have
been toiling with the Calendar object and have created a nice view that the user
can see just their calendar or a group of people together... so this is working
nice.
I found that when I had the MultipleSchedulesMode set to True,
the creation of single events was perfect as it allowed the user to pick just a
single schedule to add it to or to add the single event to several people's
schedule... This works great!
The thing that I don't like is that when
the MultipleSchedulesMode is set to True the Calendar ONLY displays events
that are set on multiple schedules and when it is set to False the Calendar ONLY
displays items that are only on one schedule. In my real world, if I am looking
at somebody's calendar I want to see all of their events regardless if they are
on multiple schedules or not.
For example:
-2 schedules John and
Paula
Event 1 - Scheduled for John Event 2 - Scheduled for John AND
Paula Event 3 - Scheduled for Paula Event 4 - Scheduled for John
When MultipleSchedulesMode=True, I ONLY see Event 2 on both John and
Paula's schedule When MultipleSchedulesMode=False, I Only see Event 1 and 4
on John's schedule, and Event 3 on Paula's
The desired result would be
that regardless of the setting of MultipleSchedulesMode, Johns schedule should
show Events 1, 2 and 4; and Paula's schedule should show Events 2 and
3.
Any ideas?
|