Closed Bug 413291 Opened 16 years ago Closed 16 years ago

Make CalDAV-scheduling freebusy work with Bedework

Categories

(Calendar :: Provider: CalDAV, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: browning, Assigned: browning)

Details

Attachments

(1 file)

The new Bedework 3.4.1 pre-release supports the queries we need for caldav-sched freebusy, but returns the href for e.g. the principal-collection-set as a full http URL instead of simply a path (which is what Apple does and the CalDAV provider currently expects). We need to support both forms.
Attachment #298196 - Flags: review?(daniel.boelzle)
Flags: wanted-calendar0.8?
Thanks for posting this Bruno; is this patch on track to be included in Sunbrid/Lightning?  Any chance it will be in the 0.8 release?  That would be a big bonus for our organization!!

Thanks again
Flags: wanted-calendar0.8? → wanted-calendar0.8+
(In reply to comment #1)
> Any chance it will be in the 0.8 release?  That would be a
> big bonus for our organization!!
> 

While I appreciate your agreeing with me, the wanted-calendar0.8 flag should only be set by release drivers. Resetting.

Flags: wanted-calendar0.8+ → wanted-calendar0.8?
If we can make it, we should take it.
Status: NEW → ASSIGNED
Flags: wanted-calendar0.8? → wanted-calendar0.8+
Comment on attachment 298196 [details] [diff] [review]
support both .spec and .path in caldav-sched whereami queries

>+            var bogusUri = this.mCalendarUri.clone();
>+            bogusUri.spec = aString;
you could use calUtils.js' makeURL(aString) for that

r=dbo
Attachment #298196 - Flags: review?(daniel.boelzle) → review+
patch (using makeURL() as sugggested) checked in on trunk and MOZILLA_1_8_BRANCH

->FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.8
You need to log in before you can comment on or make changes to this bug.