Bug 113565 - egroupeware calendar loads only events starting with 12 days before today to 12 days after today
Summary: egroupeware calendar loads only events starting with 12 days before today to ...
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 13:42 UTC by Eike Thaden
Modified: 2007-10-14 17:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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