http://bugs.meego.com/show_bug.cgi?id=6898
--- Comment #7 from qkmiao <qiankun.miao(a)intel.com> 2010-09-29 20:17:30 PDT ---
(In reply to comment #6)
Without file://, search for an
existing Notebook with the given name in the default storage. If empty, use
default Notebook in default storage.
Does the give name here mean evolutionsource value without a prefix (file://)?
So, no creation of new notebook here.
This behavior should fit the needs of most
users and of the automated testing (which uses the file:// prefix).
For automated testing, different database files could be used other than
different notebook name in the same database file. Right?
Then we avoid creating new notebook, but we create new database.
This needs to be documented in the description of mkcal
(KCalExtendedRegister.cpp):
"mkcal = KCalExtended = calendar\n"
" iCalendar 2.0 = text/calendar\n"
" \"evolutionsource\" either refers to an
existing\n"
" calendar inside the default calendar storage or,\n"
" if it starts with the file:// prefix, to the\n"
" default calendar in that file. The file will be\n"
" created if it does not exist yet.\n",
Also please implement listing of existing Notebooks ("syncevolution" without
arguments, KCalExtendedSource::getDatabases()).
Ok, I will add these two.
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.