Bug 113565

Summary: egroupeware calendar loads only events starting with 12 days before today to 12 days after today
Product: [Applications] korganizer Reporter: Eike Thaden <Eike.Thaden>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eike Thaden 2005-09-29 13:42:35 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    Debian testing/unstable Packages

There is a hard limit of in the egroupware connector for korganizer for the time period for which events are imported from egroupware server. In file kcal_resourcexmlrpc.cpp the lines

args.insert( "start", QDateTime( QDate::currentDate().addDays( -12 ) ) );
args.insert( "end", QDateTime( QDate::currentDate().addDays( 12 ) ) );

only imports events of the time interval [-12,+12] around today.

There should be a more flexible mechnism which loads all events for the time period currently shown in korganizer (one week, one month, etc.).
Comment 1 Reinhold Kainhofer 2006-11-02 18:51:40 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 2 Danas 2007-10-14 17:29:19 UTC
It looks that this bug expired, remote calendar and icalsvr is preferred method for syncing Egroupware with KOrganizer since EGw 1.4 
So this bug about xml-rpc is not relevant any more. Maybe you should decide to close it. 

Sorry for writing that again. I'm now testing Egw-KOrganizer connectivity, and just checking Egw related bugs in bugs.kde.org 
Comment 3 Allen Winter 2007-10-14 17:41:07 UTC
ok, closing