Closed Bug 394175 Opened 18 years ago Closed 18 years ago

With multiple calendars loaded from WebDAV, accepting a meeting request adds to first calendar in list which may be someone else's

Categories

(Calendar :: Lightning Only, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 351745

People

(Reporter: tblader, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Build Identifier: lightning 0.5 thunderbird 2.0.0.6 When a meeting request is received (dunno if it's specific to Outlook) and the user selects Accept, the calendar which is modified is the first one in the lightning calendar list, not neccesarily the user's own calendar. Reproducible: Always Steps to Reproduce: 1. add multiple calendars from webDAV server 2. accept meeting request 3. calendar event is added in first calendar in list Actual Results: calendar event is added in first calendar in list, not a specific one Expected Results: Event should be added to correct calendar I don't know if there is a lot of focus on multiuser functionality at this point, but it's certainly usable that way. We have read-only user calendars in "/calendar" on the webDAV server. These are being rsync'd from user specific directories (joe.d/cal -> /calendar/joe) which are only accessible with htaccess credentials for that particular user. Users must subscribe to their specific directory (which httpd.conf has an alias entry and <Directory> entry for) and to the /calendar directory. The /calendar directory is used for global reading of other's calendars, while the user.d/cal file is read-write for individuals. This keeps people from accidentally modifying/deleting someone elses calendar. If a user is subscribed to another person's read-only calendar, and a meeting request is Accepted by the user, it tries to add to a possibly read-only calendar. A work around is to subscribe to the user's read/write (joe.d/cal) first, so it is first calendar in list, and then subscribe to the other read-only calendars so they are added after the first entry.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.