aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers/icalendar-importer.c
Commit message (Expand)AuthorAgeFilesLines
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-7/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-4/+4
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-241-3/+3
* 2007-10-01 mcrha Fix for bug #428402Milan Crha2007-10-011-4/+4
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* addressbook/importers/evolution-ldif-importer.cFrancisco Javier F. Serrador2006-10-151-2/+2
* removed a duplicated exclamation mark. Fixes bug 325123.Andre Klapper2005-12-301-1/+1
* Use g_build_filename(), g_filename_from_uri(), g_usleep().Tor Lillqvist2005-12-171-9/+43
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-311/+315
* Prune unnecessary and nonexistent directories from the -I options. PruneTor Lillqvist2005-06-271-1/+1
* Fixes #70035Rodrigo Moya2005-04-081-2/+2
* use receive_objects method instead of individually updating objects. SetRodrigo Moya2005-01-201-0/+6
* use receive_objects method instead of individually updating objects.Rodrigo Moya2005-01-191-27/+13
* dittoJP Rosevear2004-10-141-1/+1
* include config.h. See #61395.Not Zed2004-07-221-0/+4
* Fixes #54021JP Rosevear2004-04-191-2/+4
* Fixes #56553JP Rosevear2004-04-141-6/+0
* remove useless includeJP Rosevear2004-02-101-1/+0
* use new cal auth functionsJP Rosevear2004-02-051-9/+3
* we only have a single client to free (prepare_events): make the vtodo listJP Rosevear2004-02-051-128/+176
* use g_file_get_contents (load_file_fn): ditto (vcal_support_format_fn):JP Rosevear2004-02-021-65/+16
* new files for managing interactive authentication with backends.Rodrigo Moya2003-12-221-6/+7
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-221-6/+6
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-2/+0
* e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-271-6/+6
* Fixes #51052Rodrigo Moya2003-11-191-0/+7
* return boolean not ECalStatus (update_objects): ditto (process_item_fn):JP Rosevear2003-11-111-20/+18
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-53/+53
* Fix for #50387.Harry Lu2003-11-031-1/+4
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-18/+84
* Fixes part of #43388Rodrigo Moya2003-06-031-14/+13
* Fixes #39262Rodrigo Moya2003-04-031-7/+33
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-031-0/+2
* added filename (tasks.ics/calendar.ics) to the URI if it does not containRodrigo Moya2003-04-021-2/+24
* use g_object_unref for CalClient's. (create_checkboxes_control): useRodrigo Moya2003-03-271-8/+8
* return correct values in g_return_val_if_fail.Rodrigo Moya2003-03-271-1/+1
* removed activation of shell_client. (importer_destroy_cb): no need toRodrigo Moya2003-03-201-28/+0
* removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead ofRodrigo Moya2003-03-201-90/+5
* Shlibify.Hans Petter Jansson2003-03-011-10/+11
* Add calendar/importers/Makefile to output.Hans Petter Jansson2003-03-011-2/+3
* (connect_to_shell): CORBA_Object_release() the CORBA shell.Ettore Perazzoli2003-01-111-0/+3
* removed non-existant headers.Rodrigo Moya2002-11-081-2/+0
* Fixes #30290Rodrigo Moya2002-10-011-3/+2
* Add "calendar/public" and "tasks/public". (type_is_calendar,Dan Winship2002-09-261-2/+4
* if there's an exception, continue with the next item.Rodrigo Moya2002-07-191-1/+5
* Fixes #8001Rodrigo Moya2002-07-161-36/+90
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-5/+5
* added vCalendar importer and intelligent GnomeCalendar importer code here,Damon Chaplin2002-02-091-102/+544
* fixed URI construction, which was preventing importing into the rootRodrigo Moya2001-10-301-2/+5
* added evolution-calendar-importer binary, starting with an iCalendar fileRodrigo Moya2001-10-301-0/+238