summaryrefslogtreecommitdiff
path: root/calendar/backends
Commit message (Expand)AuthorAgeFilesLines
* bump version, requirementsEVOLUTION_1_5_9_2EVOLUTION_1_5_9evolution-1-5-9JP Rosevear2004-06-0325-7483/+0
* Fixes #55524JP Rosevear2004-05-281-4/+2
* Throw in null checks on mandatory fields to bypass crashes in e-d-s whileHarish Krishnaswamy2004-05-281-26/+34
* make sure we clean up the cache, or old events will always be kept.Rodrigo Moya2004-05-271-8/+22
* new function to form the uri required for e_gw_connectionSivaiah Nallagatla2004-05-251-10/+39
* Fixes #57218 and #54280Harish Krishnaswamy2004-05-252-24/+31
* return ObjectNotFound error instead of InvalidObject when the object isRodrigo Moya2004-05-251-2/+2
* make sure we process correctly the detached instances.Rodrigo Moya2004-05-251-28/+38
* make sure we only handle the type of objects the backend is set up forJP Rosevear2004-05-211-47/+53
* use new e_book_new/e_book_open apis.Chris Toshok2004-05-201-2/+3
* Removes 100s of error dialogs as reported in #54211Rodrigo Moya2004-05-191-6/+17
* Fixes #56320 and related timezone issues.Harish Krishnaswamy2004-05-183-69/+153
* Fixes #51412Rodrigo Moya2004-05-171-3/+5
* Fixes #54094Rodrigo Moya2004-05-131-2/+19
* Added implementation of modification of calendar itemsHarish Krishnaswamy2004-05-123-10/+109
* assign capabilities to ecal->capabilities so that it need not be computedHarish Krishnaswamy2004-05-061-4/+9
* Patch the FIXMEs in the code handling recipient_list and message bodiesHarish Krishnaswamy2004-05-041-3/+51
* Fixes #56535. Added support for saving Alarms in the GW server as well asHarish Krishnaswamy2004-04-271-0/+29
* Pass the address of calobj to file_create_object().Jeffrey Stedfast2004-04-221-9/+14
* Fixes #53926 set the tzid to "UTC" while setting the dueDate.Harish Krishnaswamy2004-04-121-0/+1
* add the ONE_ALARM_ONLY static capability.Rodrigo Moya2004-04-081-0/+1
* Fixes #55169 Use icalproperty to add free/busy data to ECalComponent.Harish Krishnaswamy2004-04-061-36/+54
* Use correct types for e_cal_backend_groupwise_get_object's return value.Rodrigo Moya2004-04-051-3/+3
* Fixes #56416EVOLUTION_DATA_SERVER_0_0_91JP Rosevear2004-04-051-0/+96
* Fixes #55719Rodrigo Moya2004-04-021-6/+5
* *** empty log message ***Rodrigo Moya2004-04-011-1/+1
* allow debugging code to be turned on and off easilyJP Rosevear2004-03-312-11/+15
* Fixes #56111JP Rosevear2004-03-311-16/+75
* send UTC time to server instead of floating time. remove namespaces toHarish Krishnaswamy2004-03-291-15/+30
* replace the inbox container ID in the ID returned by sendItemResponse withRodrigo Moya2004-03-261-13/+36
* set the container ID on the EGwItem returned byRodrigo Moya2004-03-261-0/+1
* use the same component kind as the backend.William Jon McCann2004-03-251-3/+7
* add the X-EVOLUTION-GROUPWISE-ID property to the newly-created component.Rodrigo Moya2004-03-251-3/+9
* set the server-generated UID on the newly-created component.Rodrigo Moya2004-03-251-0/+4
* made the 'calobj' argument to be inout, so that the caller gets theRodrigo Moya2004-03-253-10/+11
* added a 'id' argument, to be passed to e_gw_connection_send_item.Rodrigo Moya2004-03-223-6/+6
* new function. (populate_cache, get_deltas, connect_to_server,Rodrigo Moya2004-03-192-7/+23
* don't use the "types:" prefix for the <user> SOAP element.Rodrigo Moya2004-03-191-1/+1
* remove the object from the cache in the remote case also.Rodrigo Moya2004-03-191-2/+5
* if we don't find the X-EVOLUTION-GROUPWISE-ID property, the object didn'tRodrigo Moya2004-03-191-0/+5
* new functions to support timezones in the cache.Rodrigo Moya2004-03-191-4/+31
* send back "freeBusySessionId" rather than "session"JP Rosevear2004-03-191-1/+1
* put the xml prefixes back in, they weren't the issueJP Rosevear2004-03-181-4/+4
* set the GW item ID based on the X-EVOLUTION-GROUPWISE-ID property.Rodrigo Moya2004-03-181-2/+30
* remove xml prefixesJP Rosevear2004-03-181-4/+4
* list the the addresses in the <email> attributeJP Rosevear2004-03-181-1/+3
* don't update the cache when we get an error from the server.Rodrigo Moya2004-03-181-4/+8
* Fixes #55719Rodrigo Moya2004-03-181-5/+24
* Make view element an argument to the get_items call so the addressbookHarish Krishnaswamy2004-03-151-1/+1
* guard against sending NULL strings to CORBA.Rodrigo Moya2004-03-111-2/+2