summaryrefslogtreecommitdiff
path: root/calendar
Commit message (Expand)AuthorAgeFilesLines
* use the same component kind as the backend.William Jon McCann2004-03-252-3/+13
* add the X-EVOLUTION-GROUPWISE-ID property to the newly-created component.Rodrigo Moya2004-03-252-5/+11
* set the server-generated UID on the newly-created component.Rodrigo Moya2004-03-252-0/+10
* made the 'calobj' argument to be inout, so that the caller gets theRodrigo Moya2004-03-256-18/+38
* added a 'id' argument, to be passed to e_gw_connection_send_item.Rodrigo Moya2004-03-224-6/+17
* new function. (populate_cache, get_deltas, connect_to_server,Rodrigo Moya2004-03-193-7/+30
* don't use the "types:" prefix for the <user> SOAP element.Rodrigo Moya2004-03-192-1/+7
* remove the object from the cache in the remote case also.Rodrigo Moya2004-03-192-2/+11
* if we don't find the X-EVOLUTION-GROUPWISE-ID property, the object didn'tRodrigo Moya2004-03-192-0/+12
* new functions to support timezones in the cache.Rodrigo Moya2004-03-195-20/+157
* send back "freeBusySessionId" rather than "session"JP Rosevear2004-03-192-1/+7
* put the xml prefixes back in, they weren't the issueJP Rosevear2004-03-182-4/+10
* set the GW item ID based on the X-EVOLUTION-GROUPWISE-ID property.Rodrigo Moya2004-03-182-2/+38
* remove xml prefixesJP Rosevear2004-03-182-4/+9
* Remove conflict marker.JP Rosevear2004-03-181-1/+0
* list the the addresses in the <email> attributeJP Rosevear2004-03-183-54/+79
* don't update the cache when we get an error from the server.Rodrigo Moya2004-03-182-4/+15
* Fixes #55719Rodrigo Moya2004-03-182-5/+33
* Move open_calendar call into async_idle_cb and rearrange mutex lock/unlockHarish Krishnaswamy2004-03-162-4/+11
* expand recurrences for the given time range to be sure that we return theRodrigo Moya2004-03-152-35/+41
* Add LIBBONOBO_REQUIRED, and AC_SUBST() itRodney Dawes2004-03-153-2/+8
* Make view element an argument to the get_items call so the addressbookHarish Krishnaswamy2004-03-152-1/+5
* guard against sending NULL strings to CORBA.Rodrigo Moya2004-03-113-3/+13
* Fixes #55389JP Rosevear2004-03-102-1/+9
* don't default to UTC timezone, the default timezone is used by theRodrigo Moya2004-03-102-2/+5
* Fixes #53885Thomas Mirlacher2004-03-092-2/+21
* Fixes #54280Rodrigo Moya2004-03-052-2/+70
* timezone values in ECalDateComponent structures should be set to "UTC" forHarish Krishnaswamy2004-03-052-0/+9
* Fixes #33243Rodrigo Moya2004-03-022-3/+29
* added new arguments to the notifyObjectsSent method for backends to returnRodrigo Moya2004-03-0116-28/+125
* make EXPECTED a macro so it compilesJP Rosevear2004-02-262-25/+30
* tests/ecal/test-ecal.c : Added implementation ofHarish Krishnaswamy2004-02-266-26/+640
* Add includes for srcdir != builddirJP Rosevear2004-02-248-0/+42
* : arguments to g_build_filename should be NULL terminated.Harish Krishnaswamy2004-02-172-2/+7
* quiet the compiler, and free the list of requested fields after theChris Toshok2004-02-122-7/+14
* switch wrongly-placed creation/modification of objects.Rodrigo Moya2004-02-102-9/+14
* adapted to changes in EGwItem.Rodrigo Moya2004-02-063-13/+278
* no need to make the thread joinable.Rodrigo Moya2004-02-062-1/+5
* new files to contain all calendar-specific code from libegroupwise.Rodrigo Moya2004-02-065-1/+358
* moved to $top_srcdir/servers/groupwise.Rodrigo Moya2004-02-0615-4598/+13
* Removed unneeded fileRodrigo Moya2004-02-061-63/+0
* "Status" is now "status".Rodrigo Moya2004-02-063-11/+16
* update protoJP Rosevear2004-02-043-5/+17
* redo protosJP Rosevear2004-02-043-64/+37
* new function created from e_cal_open, without signal emissions.Rodrigo Moya2004-02-043-10/+75
* new function created from e_cal_open, without signal emissions.Rodrigo Moya2004-02-041-33/+59
* g_object_unref the ECal, not the ECalAsyncData structure.Rodrigo Moya2004-02-042-1/+6
* Updated SOAP API filesRodrigo Moya2004-02-042-69/+350
* Don't keep a global SoupMessage (e_cal_backend_http_fianlize): Abort theRodney Dawes2004-02-032-26/+52
* Don't unref the soup message; that happens automatically after theDan Winship2004-02-032-5/+6