Commit Graph

26 Commits

Author SHA1 Message Date
mostafah%oeone.com
4189aa0bd0 Adding new EventDisplay component. Fixing getEvents functions to return sorted-by-occurence events
git-svn-id: svn://10.0.0.236/trunk@122022 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-22 14:01:38 +00:00
mostafah%oeone.com
5f78824a39 Added removeAllExceptions() function. And changed getExceptions() to return dates in a sorted order
git-svn-id: svn://10.0.0.236/trunk@121387 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-13 18:45:03 +00:00
mostafah%oeone.com
2d7ff7aacb Added getPreviousOccurence() function
git-svn-id: svn://10.0.0.236/trunk@121090 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-08 20:42:47 +00:00
mostafah%oeone.com
06d2fe9db1 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.


git-svn-id: svn://10.0.0.236/trunk@120445 18797224-902f-48f8-a5cc-f745e15eee43
2002-05-01 18:02:14 +00:00
mostafah%oeone.com
4a14f5fc8d Replaced property for exception dates with EXDATE
git-svn-id: svn://10.0.0.236/trunk@119624 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-23 20:18:51 +00:00
mostafah%oeone.com
f32844192b Added Clone function. Fixes bug 135727
git-svn-id: svn://10.0.0.236/trunk@118559 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-09 19:25:41 +00:00
mostafah%oeone.com
c4e0b8c3b0 Added code to discard incomplete or corrupt events
git-svn-id: svn://10.0.0.236/trunk@118486 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-08 21:40:09 +00:00
mostafah%oeone.com
530353b0dd Changed the Id attribute from long to string to follow standard
git-svn-id: svn://10.0.0.236/trunk@118155 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-04 22:41:14 +00:00
mostafah%oeone.com
2964aeaee0 First effort on reading multiple VEVENTS in one VCALENDAR component: Bug 135192
git-svn-id: svn://10.0.0.236/trunk@118064 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-04 00:19:44 +00:00
mostafah%oeone.com
a4afcf7f3c In GetSyncId() m_alarmunits was being checked instead of m_syncid. (Bug 135193)
Fixed now.


git-svn-id: svn://10.0.0.236/trunk@118027 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-03 19:50:00 +00:00
mostafah%oeone.com
09dd9e684b Changed ical data VERSION to 2.0 & added PRODID based on patch provided by gary.frederick@jsoft.com
git-svn-id: svn://10.0.0.236/trunk@118006 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-03 17:19:28 +00:00
mostafah%oeone.com
399e04dfbb Fixed bug 123576: If the recurrence month-day does not exist for a specific month, it will now be set to the last available day of the month
git-svn-id: svn://10.0.0.236/trunk@117936 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-02 17:37:00 +00:00
mostafah%oeone.com
d4c5219b1d Fixed ConvertFromPrtime() not initializing return value of icaltimetype properly
git-svn-id: svn://10.0.0.236/trunk@117261 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-23 00:15:05 +00:00
mostafah%oeone.com
f3d7e6df08 Fix for bug 127028: Daylight saving adjustment was miscalculated
git-svn-id: svn://10.0.0.236/trunk@116876 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-19 21:12:45 +00:00
mostafah%oeone.com
fef881bb92 Added ability to Snooze Alarms. Removed asserts to prevent crash on an erroneous calendar file
git-svn-id: svn://10.0.0.236/trunk@115588 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-01 22:07:45 +00:00
mostafah%oeone.com
a02c60f7f8 Wrapped all printf's in #ifdef ICAL_DEBUG statements. This fixes bug 110780
git-svn-id: svn://10.0.0.236/trunk@111573 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-08 15:20:47 +00:00
mostafah%oeone.com
a971e57847 Used appropriate functions to get string values from calendar file. This fixes bug #109924 & #112117
git-svn-id: svn://10.0.0.236/trunk@111570 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-08 14:56:59 +00:00
mostafah%oeone.com
92eedca45b Fixed portability issues with PRTime & PRInt64 values
git-svn-id: svn://10.0.0.236/trunk@111496 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-07 18:23:31 +00:00
mostafah%oeone.com
b17f404b84 Fixed an ptential infinite loop in GetAlarmTime. Replaced NULLs with nsnull
git-svn-id: svn://10.0.0.236/trunk@111367 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-04 19:53:08 +00:00
jake%acutex.net
2ac838a0e8 Fix problem with getFieldValue(). Changes dictated by <mostafah@oeone.com>.
git-svn-id: svn://10.0.0.236/trunk@111195 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-31 15:45:17 +00:00
jake%acutex.net
a0c8cb772f Changes dictated by <mostafah@oeone.com> so libxpical will build on win32.
git-svn-id: svn://10.0.0.236/trunk@111056 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-24 17:11:18 +00:00
mikep%oeone.com
60b9f6b13c Fixing breaking problem.
git-svn-id: svn://10.0.0.236/trunk@110977 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-21 18:05:13 +00:00
mikep%oeone.com
ee8f292c5e Updating backend files.
git-svn-id: svn://10.0.0.236/trunk@110920 18797224-902f-48f8-a5cc-f745e15eee43
2001-12-20 22:16:08 +00:00
jake%acutex.net
effa3a810e Add Windows makefile for calendar.
git-svn-id: svn://10.0.0.236/trunk@108815 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-22 19:15:20 +00:00
mikep%oeone.com
c3178b792e Fixing all the license header files.
git-svn-id: svn://10.0.0.236/trunk@107616 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-07 20:29:04 +00:00
mikep%oeone.com
b4bb33dac3 Adding in the calendar code.
git-svn-id: svn://10.0.0.236/trunk@107609 18797224-902f-48f8-a5cc-f745e15eee43
2001-11-07 19:18:46 +00:00