Commit Graph

25 Commits

Author SHA1 Message Date
mvl%exedo.nl
4c7b608d3f bug 350287 create a webcal protocol handler. r=lilmatt, dmose 2006-09-13 19:29:37 +00:00
dmose%mozilla.org
d14ae8032f iTIP information must be cached in an XPCOM object (bug 350965); patch by Clint Talbert <cmtalbert@myfastmail.com>, r1=lilmatt, r2=dmose 2006-09-08 02:44:15 +00:00
mattwillis%gmail.com
6f19198183 bug 320266 - bustage fix for Lightning. r=jminta 2006-07-28 03:13:17 +00:00
mattwillis%gmail.com
76987f0415 bug 320266 - Moves javascript bits that don't implement nsIModule out of components/. r=dmose 2006-07-27 14:10:31 +00:00
jminta%gmail.com
ab82bd8760 Bug 345119: Set up and use architecture for helper functions in components, r=dmose 2006-07-21 00:36:38 +00:00
mvl%exedo.nl
efc0ad16fe bug 319790: add a way to calculate the weeknumber, given a calIDateTime. r=jminta 2006-02-07 18:47:06 +00:00
mvl%exedo.nl
0f66e79226 Add a xpcom interface to format a datetime. bug 322230, r=dmose (not part of default build) 2006-01-08 21:51:01 +00:00
pavlov%pavlov.net
dcbe2f5e68 adding calIDuration bug 297827 r=vlad,shaver 2005-06-15 23:57:09 +00:00
vladimir%pobox.com
1afea82710 b=293183, implement exception support for recurrence, r=shaver 2005-06-10 01:31:48 +00:00
pavlov%pavlov.net
388da891d7 hooking up new alarm framework and hooking it in to lightning bug 292704 r=shaver 2005-05-06 00:05:42 +00:00
bsmedberg%covad.net
75697e2229 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 17:05:17 +00:00
pavlov%pavlov.net
e4c33752df adding calendar manager. bug 289189 r=vlad 2005-01-29 01:51:04 +00:00
vladimir%pobox.com
cdb84a5dc8 more recurrence handling goop: single RDATE/EXDATEs supported (no more dateset); serializing to ICS works correctly; storage handles all item cases now; added compiled-in VTIMEZONE data for olson timezones (generated from libical olson VTIMEZONE files) -- bugs on output, TZ bits disabled for now; updates to storage and caldav for support. 2005-01-03 23:32:28 +00:00
pavlov%pavlov.net
b777f89723 adding new calendar attachment interface -- bug 274966 2004-12-20 18:04:15 +00:00
shaver%mozilla.org
b002b50405 Bugs 275070, 274464:
- remove preprocessing step in favour of some JS dynamism love
- much improved invalid-date/null/etc. argument handling in the ICS service
- better management of stampDate and lastModifiedTime
- unification of immutable checks
- test for attendee cloning
r=mvl.
2004-12-18 22:59:51 +00:00
vladimir%pobox.com
b397544e5e new recurrence system. exceptions supported now, along with everything else ical can throw at us. I hope. 2004-12-18 01:54:30 +00:00
vladimir%pobox.com
c77a324d89 added calRecurrenceInfo, using libical to calculate recurrence; fixed calDateTime jsDate timezone handling; added calTodo implementation 2004-12-01 23:36:16 +00:00
shaver%mozilla.org
c2768a9ef2 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
vladimir%pobox.com
d0de9f6af1 commented-out cpp lines in calendar/base/src/Makefile.in; the checked-in files should be up to date. uncomment if you're working on the js.pre files. yes, this sucks. 2004-12-01 07:39:48 +00:00
shaver%mozilla.org
30115ed340 Beginnings of an ICS parser service. 2004-11-23 20:11:28 +00:00
vladimir%pobox.com
984e7344b7 implement toString() and jsDate attribute on calDateTime, not part of the build. 2004-11-19 02:52:10 +00:00
vladimir%pobox.com
50fc4d1962 Continuing calendar interface work. No more Mutable interfaces; there's now a mutability bit on datetime/event/etc. DateTime is implemented using libical, ItemBase/Event/Todo/etc. are in JS. 2004-11-16 00:24:17 +00:00
vladimir%pobox.com
a504128c11 wrong dir location for calendar js files 2004-11-10 22:24:09 +00:00
vladimir%pobox.com
ca5755f23d calendar base & providers continuing development/code dump 2004-11-10 21:25:38 +00:00
vladimir%pobox.com
0f462f1d96 event/todo impls 2004-11-03 21:47:42 +00:00