diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-27 23:01:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-27 23:01:53 +0000 |
commit | cfa6b4114cea52b167caaaeb417f98f83edd690f (patch) | |
tree | 5fb46adfe9f1caf37e2716e79b148176b09574ab /libkcal/icalformat.h | |
parent | a3e46fcf743ccdac7c2461658898ca254bf64dd6 (diff) | |
download | tdepim-cfa6b4114cea52b167caaaeb417f98f83edd690f.tar.gz tdepim-cfa6b4114cea52b167caaaeb417f98f83edd690f.zip |
Initial (i.e. read only) support for RECURRENCE-ID modified incidence series.
Write support requires further debugging and/or compliance checks with respect to Zimbra;
there is no obvious reason why it should not be working but Zimbra fails with 409 when saving.
User interface support is mostly complete, with event links being tracked across deletes.
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1168937 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal/icalformat.h')
-rw-r--r-- | libkcal/icalformat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libkcal/icalformat.h b/libkcal/icalformat.h index c35da5eb1..425e80d54 100644 --- a/libkcal/icalformat.h +++ b/libkcal/icalformat.h @@ -87,6 +87,13 @@ class LIBKCAL_EXPORT ICalFormat : public CalFormat */ TQString toString( Incidence * ); /** + Return incidence as iCalendar formatted text. + This function includes all RECURRENCE-ID related incidences. + @return TQString of iCalendar formatted text. + @since 3.5.12 + */ + TQString toString( Incidence *, Calendar * ); + /** Return recurrence rule as iCalendar formatted text. */ TQString toString( RecurrenceRule * ); |