KCal Library
Go to the documentation of this file.
40 if ( !cal || !incidence ) {
46 for ( it = manager->
begin(); it != manager->
end(); ++it ) {
47 QString subRes = (*it)->subresourceIdentifier( incidence );
48 if ( !subRes.isEmpty() && !subRes.contains(
"/.INBOX.directory/" ) ) {
65 existingIncidence = calendar->
incidence( uid );
67 existingIncidence = 0;
69 if ( !existingIncidence ) {
71 for ( Incidence::List::ConstIterator it = list.begin(), end = list.end(); it != end; ++it ) {
73 existingIncidence = *it;
79 return existingIncidence;
91 for ( it = manager->
begin(); it != manager->
end(); ++it ) {
92 QString res = (*it)->type();
93 if ( res == QLatin1String(
"imap" ) ) {
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.