Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
mattwillis%gmail.com b108172fe7 bug 325103 fixes list of possible properties in calIItemBase. patch by rrankin, r=jminta 2006-05-15 02:48:59 +00:00
jminta%gmail.com 14f65a4373 Bug 322859 Organizer is incorrectly converted to an attendee on ics roundtrip. r=mvl 2006-02-23 03:58:55 +00:00
mvl%exedo.nl 54338e83e2 bug 325325: correcting calIOperationListener MOVE->MODIFY, calIAttendee documentation. patch by daniel.boelzle@sun.com, r=mvl 2006-02-02 15:00:57 +00:00
shaver%mozilla.org e27f74858a Recurrence fixes:
- add an icalProperty getter/setter for serialization (yet to come).
 - fix bogus assertion
 - throw NOT_IMPLEMENTED for getOccurrences, rather than NS_OK crash bait.
2004-12-14 02:00:34 +00:00
shaver%mozilla.org 4cf75d27d9 - Use literal strings instead of integer constants, for better insulation
from libical changes, and a vastly improved debugging experience.
  The requisite data validation is coming once I figure out how best to
  get libical to do that validation in any reasonable fashion whatsoever.

- Remove METHOD from calIItemBase, as it's a bit of ICS specificity that should
  live elsewhere for manipulation in calling code.

- Remove useless getAttendees/setAttendees from calIIcalComponent, now that
  real property/parameter support exists.

- Unify property/x-property interfaces as much as possible.

- Likewise for parameters/x-parameters.

- Real property and parameters support, sufficient at least to whack ATTENDEE
  props in interesting ways.

- Properties on calIAttendee (mapped generally to ICS parameters, though
  somewhat fragilely).

- Round-trip X-WHATEVER ICS properties and params reliably.

- Attendee serialization/deserialization in calItemBase.

- In various places, SetIsVoid on empty strings returned to signify
  missing property/parameters.  Nicer from JS, to be sure.

- Fix test cases and one little spot in Sunbird to keep up.

CalDAV event modification works now.
2004-12-13 09:50:30 +00:00
shaver%mozilla.org 530631d7c6 Bug 272640: attendee support, and some cleanups.
- calIAttendee interface
- calAttendee impl
- attendee-related methods on calIItemBase
- basic test suite for attendee stuff
- data-driven component/module/script loading and factory stuff
- suppress component loader error from it trying to load calEvent.js as a
  component
- "make rebuild" target to rebuild .js from .js.pre
- chain calEvent's QI through its proto's

r=vlad,tab-police=mvl
2004-12-01 20:52:31 +00:00