[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kroupware_branch: kdepim/korganizer
From:       Bo Thorsen <bo () sonofthor ! dk>
Date:       2003-11-04 13:25:59
[Download RAW message or body]

CVS commit by thorsen: 

Merge from HEAD


  M +5 -5      kogroupware.cpp   1.1.2.31


--- kdepim/korganizer/kogroupware.cpp  #1.1.2.30:1.1.2.31
@@ -374,8 +374,6 @@ void KOGroupware::incomingResourceReques
   for( QValueList<QPair<QDateTime, QDateTime> >::ConstIterator it = busy.begin();
        it != busy.end(); ++it ) {
-    if( (*it).second <= start || // busy period ends before try
-        // period
-        (*it).first >= end )  // busy period starts after try
-      // period
+    if( (*it).second <= start || // busy period ends before try period
+        (*it).first >= end )  // busy period starts after try period
       continue;
     else {
@@ -544,5 +542,6 @@ void KOGroupware::slotNoteRemoved( const
 */
 
-bool KOGroupware::incidenceAnswer( const QCString& sender, const QString& vCalIn,
+bool KOGroupware::incidenceAnswer( const QCString& sender,
+                                   const QString& vCalIn,
                                    QString& vCalOut )
 {
@@ -935,4 +934,5 @@ bool KOGroupware::sendICalMessage( QWidg
   } else if( incidence->type() == "Event" ) {
     // When you're not the organizer of an event, an update mail can never be sent out
+    // Pending(Bo): So how will an attendee cancel his participation?
     QString txt;
     if( !isDeleting ) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic