mvl%exedo.nl
feca0ecf48
store unknown properties
...
other misc fixes
2005-02-18 22:16:55 +00:00
pavlov%pavlov.net
e4c33752df
adding calendar manager. bug 289189 r=vlad
2005-01-29 01:51:04 +00:00
vladimir%pobox.com
0f5cb17e8d
Update storage calendar provider to support sane URIs
2005-01-29 00:55:52 +00:00
dmose%mozilla.org
5f38e8705c
Lots of item type filtering cleanup and bugfixing in getItems. Not part of the build.
2005-01-12 19:33:52 +00:00
dmose%mozilla.org
ff877950d7
Get rid of automatic append of 'calendar/' to preference. This means that existing users will need to change their preference to include that string. Also tweak a few dumps and comments. Not part of the build.
2005-01-12 00:36:29 +00:00
mvl%exedo.nl
bea86d243e
Update comments
2005-01-09 22:44:28 +00:00
vladimir%pobox.com
4eb5ef84d2
if a recurring item, return all items within the requested range
2005-01-07 22:12:13 +00:00
mostafah%oeone.com
10a400229e
Checked in attachment 170470 for bug 277176:
...
Javascript Strict Warning fixes
r=pavlov
2005-01-06 21:03:15 +00:00
mvl%exedo.nl
b7f60adcc4
Enable ics provider
...
nptob
2005-01-06 19:08:36 +00:00
mvl%exedo.nl
3200383ba4
Updates to ics provider. Inherit from memory calendar instead of wrapping the calls
2005-01-06 18:48:38 +00:00
dmose%mozilla.org
64a214c84a
Unbreak addItem after previous location fix. Not part of the build.
2005-01-05 23:58:01 +00:00
mattwillis%gmail.com
af869d0148
bug 272732
...
rev12
fixes labels on recurrence items
also fixes storing recurrence components to storage
storage changes: r=vlad
UI changes: r=me
2005-01-05 23:54:06 +00:00
dmose%mozilla.org
81bef21f27
Remember the location URI that is returned by the server in REPORT and use it when modifying an event, rather than trying to construct a new URI from the event's UUID. Not part of the build.
2005-01-05 21:45:05 +00:00
vladimir%pobox.com
c52141fe2b
fix for todo/event differentiation
2005-01-05 19:02:06 +00:00
vladimir%pobox.com
38926a3d12
calendar storage-back end sql schema source files (included in the .js, just checking in files from which it is generated)
2005-01-05 18:45:55 +00:00
dmose%mozilla.org
b23859f9e6
Support the aCount argument to getItems. Not part of the default build.
2005-01-05 02:50:27 +00:00
dmose%mozilla.org
171e992306
Make getItem and getItems use the REPORT method instead of the old icky hack of getting all methods and searching locally. Not part of the default build.
2005-01-05 01:53:58 +00:00
vladimir%pobox.com
c4e4b7e063
remove double-use of i index in loop
2005-01-04 22:46:05 +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
dmose%mozilla.org
b340bf1732
Minor tweaks; not part of the build.
2004-12-24 01:48:54 +00:00
dmose%mozilla.org
92d716d3bc
Updated to work with servers following the latest draft spec; added a few comments. Not part of the build.
2004-12-23 20:40:25 +00:00
dmose%mozilla.org
b459325593
Fix minor thinkos turned up by mvl's sync script. r=shaver. Not part of the build.
2004-12-22 01:02:58 +00:00
vladimir%pobox.com
9afe5bf921
Add storing of properties to storage; also fix attendee storage
2004-12-20 23:32:03 +00:00
shaver%mozilla.org
33b9dd37b9
fix QI parameterization
2004-12-20 18:32:26 +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
mvl%exedo.nl
f5e6703da6
don't use 0 as beginning of time
...
bug 275083, r=dmose
2004-12-17 21:29:23 +00:00
mvl%exedo.nl
8c2283ac8c
updating ics provider
2004-12-17 21:24:29 +00:00
mvl%exedo.nl
04c41e6e29
initial .ics file based calender provider
2004-12-15 20:18:48 +00:00
dmose%mozilla.org
034ee58af5
Fixed a recurrence bug; added some dump statements. Not part of the build.
2004-12-14 09:01:25 +00:00
vladimir%pobox.com
4eff5452ad
don't store recurEnd if it's null
2004-12-14 08:17:46 +00:00
vladimir%pobox.com
e61a9e0702
fix observer business; fix recurrence for memory calendar; notpartofthebuild
2004-12-14 03:34:59 +00:00
vladimir%pobox.com
9a9719b366
fixed storage recurrence; notpartofthebuild
2004-12-14 03:27:32 +00:00
pavlov%pavlov.net
e224e150e4
hook up a week view observer to refresh the display when you add/modify/delete
2004-12-14 01:41:35 +00:00
dmose%mozilla.org
cbde9ba1d4
Fixed missing interface const. Not part of the build.
2004-12-14 00:54:05 +00:00
vladimir%pobox.com
f42243e57c
fix occurrence thingy, notpartofthebuild
2004-12-14 00:53:45 +00:00
dmose%mozilla.org
34892f9c97
Fix recurrence issues; patch from vlad. Not part of the build.
2004-12-14 00:49:54 +00:00
vladimir%pobox.com
a9c26b6f51
hooked up recurrence to storage; notpartofthebuild
2004-12-14 00:25:58 +00:00
dmose%mozilla.org
b7b2c2c267
Merged in calMemoryCalendar.js changes through 1.9
2004-12-14 00:07:14 +00:00
shaver%mozilla.org
f9c285b79a
Successful status code for a caldav modify (PUT over existing item) is 204, not 200
2004-12-13 10:23:42 +00:00
dmose%mozilla.org
b91badc3b3
Fix deleteItem(), clean up a few calls to dump(). Not part of the build.
2004-12-11 19:51:25 +00:00
vladimir%pobox.com
30c6c1d746
fixed up memory calendar, with working modify, and some recurrence impl. notpartoftehbuild
2004-12-11 00:38:10 +00:00
dmose%mozilla.org
2b83aa3f41
First cut at modifyItem() and deleteItem(). Not part of the build
2004-12-10 23:50:14 +00:00
vladimir%pobox.com
640eed7cc9
fix deleteItem.. notpartoftehbuild
2004-12-10 22:25:27 +00:00
vladimir%pobox.com
2edff8e8ba
oops, can't have two deleteItems.. notpartoftehbuild
2004-12-10 22:16:30 +00:00
vladimir%pobox.com
b5943b3a9e
fix for multiple modifys in a row, notpartofthebuild
2004-12-10 21:32:08 +00:00
vladimir%pobox.com
c2a025d0e0
sprinkle around some resets, to get around locked db issues. notpartofhtebuild
2004-12-10 20:55:51 +00:00
vladimir%pobox.com
a9928a0a44
updated for new last_modified type
2004-12-10 11:27:48 +00:00
shaver%mozilla.org
43f7338641
A bouquet garni of fragrant fixes:
...
- set prodid and version in generated ICS
- don't set empty-valued properties on the icalcomp; it makes some
parsers sad
- save the listener's "outer this" so that we find it to call the notification
methods on when adding an item is well and truly done.
Can now create events on a CalDAV server.
2004-12-10 11:00:27 +00:00
dmose%mozilla.org
ed3339b93c
Get addItem() closer to working (not part of the build)
2004-12-10 02:25:12 +00:00
dmose%mozilla.org
e652f6111a
utcTime is now known as nativeTime. not part of the build.
2004-12-10 01:46:09 +00:00