Commit Graph

46 Commits

Author SHA1 Message Date
mvl%exedo.nl
c3a9183c5f More work on multiple types of calendars.
bug 252603, r=mostafah
2004-07-26 13:50:22 +00:00
mostafah%oeone.com
b2cff46dca Fixed bug 234069: Add a Last-Modified attribute to oeIICalEvent 2004-02-12 22:42:32 +00:00
mostafah%oeone.com
8d11ed7a90 Added comments describing reason for each file 2003-10-24 20:40:32 +00:00
mostafah%oeone.com
6fdc6bb6cf Added ability to relate alarm to end/due of event/task
Next step to fix bug 155882: Tasks (ToDo) need an Alarm (just like Events)
2003-08-22 13:27:20 +00:00
mostafah%oeone.com
d801d14a6b First shot at fixing bug 155882: Tasks (ToDo) need an Alarm (just like Events) 2003-08-15 18:08:48 +00:00
mostafah%oeone.com
d0f4d4c224 Renaming error levels to less popular names 2003-06-26 18:24:44 +00:00
mostafah%oeone.com
fd78289165 Enhanced error handling 2003-06-09 16:08:05 +00:00
mostafah%oeone.com
4e6b8a0e86 Fixed bug 166028: Should be able to import files without UIDs 2003-06-06 14:12:40 +00:00
mostafah%oeone.com
efab7689e1 Added ability to inform observers about errors 2003-06-04 20:42:44 +00:00
mostafah%oeone.com
7835a9e4e7 First shot at implementing timezones, bug 165963: [RFE] Specify timezone for start and end dates 2003-03-04 20:54:14 +00:00
mostafah%oeone.com
22c287e6fc Removed using seperate object for getting display dates. Using EventDisplay object instead. 2002-12-06 20:31:20 +00:00
mostafah%oeone.com
3237559d7a Fixed backend support for COUNT in recurrence rules. (Bugs 183667 & 167553 ) 2002-12-05 18:10:57 +00:00
mikep%oeone.com
36ce87dfff Checking in patch from bug 146310 for libxpical and RDF fixes. This should fix those two things for Mac OS 9. 2002-11-06 21:51:47 +00:00
mostafah%oeone.com
0b6bea9ed1 Renamed displayDateEnd to displayEndDate 2002-10-22 18:59:36 +00:00
mostafah%oeone.com
b9bb26c2f0 Fixed backend for bug 133331 :[RFE] Allow events to span multiple days 2002-10-22 17:33:05 +00:00
mostafah%oeone.com
b40f65921b Fixed Bug 172395 : Calendar should support duration 2002-10-21 16:03:26 +00:00
mostafah%oeone.com
cd71cb8410 OnAlarm functions now will receive an instance of oeIICalEventDisplay with the displaydate set to
the date for which the alarm went off
2002-09-06 15:23:00 +00:00
mostafah%oeone.com
c9f9ca6381 Added addCalendars() function to accept an array of servers 2002-08-26 16:12:47 +00:00
mostafah%oeone.com
66593e40f7 Changed code for multi-calendar support 2002-08-22 14:44:01 +00:00
mostafah%oeone.com
fb24e873a8 Completely applied patch for bug 132231: No support for International characters
to fix this bug fro description,location,categories and url field
2002-08-13 17:15:49 +00:00
mikep%oeone.com
b0dd42b474 Patch from ajbu@planet.nl for bug 159029. 2002-07-24 13:07:19 +00:00
mostafah%oeone.com
0cb485a33a Checking in patch for bug 132231 ( leaving out changes to description/categories/locations/url ): No support for International characters 2002-07-15 17:31:40 +00:00
mostafah%oeone.com
b374366fa4 Added contact field to calendar event 2002-07-11 13:33:42 +00:00
mostafah%oeone.com
e40ec5a687 Applying patch for bug 132231: No support for International characters 2002-07-10 21:24:08 +00:00
mostafah%oeone.com
75269d6608 Tuning code to work with new libical library (0.24?) 2002-07-10 14:03:53 +00:00
mostafah%oeone.com
d19b23e028 Checked in patches to fix bug 141280: iCalendar file must include DTSTAMP and METHOD property
Patch fixes bug 142613 as well: PRODID value has PROPID: tag in valuetext
2002-07-09 14:21:56 +00:00
mostafah%oeone.com
9f3e1426c5 Added first stage of supprt for attachments 2002-07-03 16:18:36 +00:00
mostafah%oeone.com
7cb15f32b6 Added seperate observer for Todos 2002-06-27 16:51:51 +00:00
mostafah%oeone.com
9c5e9bd125 Adding URL property 2002-06-26 14:39:21 +00:00
mostafah%oeone.com
c82c7b9aae Renaming "category" field to "categories" to reflect the standard usage 2002-06-25 18:09:18 +00:00
mostafah%oeone.com
4ee2866875 Adding filter functionality for getTodos 2002-06-25 13:50:39 +00:00
mostafah%oeone.com
5938d5cd5c Second phase of TODO integration into calendar 2002-06-21 17:16:30 +00:00
mostafah%oeone.com
fc2f16b790 Adding new EventDisplay component. Fixing getEvents functions to return sorted-by-occurence events 2002-05-22 14:01:38 +00:00
mostafah%oeone.com
771a011272 Adding first version of oeICalTodo component 2002-05-17 20:44:37 +00:00
mostafah%oeone.com
986ba40fe3 Added removeAllExceptions() function. And changed getExceptions() to return dates in a sorted order 2002-05-13 18:45:03 +00:00
mostafah%oeone.com
b49562453f Added getFirstEventsForRange() function 2002-05-08 21:13:44 +00:00
mostafah%oeone.com
e3e23f1a17 Added getPreviousOccurence() function 2002-05-08 20:42:47 +00:00
mostafah%oeone.com
69e2ed6538 Enhancing ParseIcalString.
Changing ParseIcalComponent to accept both VEVENT and VCALENDAR types.
Changing ParseIcalComponent to work properly if it is called on an existing event as a second sweep.
2002-05-01 18:02:14 +00:00
mostafah%oeone.com
ec7d5ef34c Added RemoveObserver() and fixed GetNextNEvents() 2002-04-17 22:03:27 +00:00
mostafah%oeone.com
7327ec4eb5 Added Clone function. Fixes bug 135727 2002-04-09 19:25:41 +00:00
mostafah%oeone.com
800a3e3f88 Changed the Id attribute from long to string to follow standard 2002-04-04 22:41:14 +00:00
mostafah%oeone.com
68807547c2 Added ability to Snooze Alarms. Removed asserts to prevent crash on an erroneous calendar file 2002-03-01 22:07:45 +00:00
jake%acutex.net
7f4c607d18 Changes dictated by <mostafah@oeone.com> so libxpical will build on win32. 2001-12-24 17:11:18 +00:00
mikep%oeone.com
04c3315aa3 Updating backend files. 2001-12-20 22:16:08 +00:00
mikep%oeone.com
f7481595b4 Fixing all the license header files. 2001-11-07 20:29:04 +00:00
mikep%oeone.com
955cd040d5 Adding in the calendar code. 2001-11-07 19:18:46 +00:00