Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ical4android/at.bitfire.ical4android/-jtx-collection/update-related-to.html')
-rw-r--r--ical4android/at.bitfire.ical4android/-jtx-collection/update-related-to.html69
1 files changed, 69 insertions, 0 deletions
diff --git a/ical4android/at.bitfire.ical4android/-jtx-collection/update-related-to.html b/ical4android/at.bitfire.ical4android/-jtx-collection/update-related-to.html
new file mode 100644
index 0000000..87d6da7
--- /dev/null
+++ b/ical4android/at.bitfire.ical4android/-jtx-collection/update-related-to.html
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
+ <title>updateRelatedTo</title>
+ <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
+ <script>var pathToRoot = "../../../";</script>
+ <script>const storage = localStorage.getItem("dokka-dark-mode")
+ if (storage == null) {
+ const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
+ if (osDarkSchemePreferred === true) {
+ document.getElementsByTagName("html")[0].classList.add("theme-dark")
+ }
+ } else {
+ const savedDarkMode = JSON.parse(storage)
+ if(savedDarkMode === true) {
+ document.getElementsByTagName("html")[0].classList.add("theme-dark")
+ }
+ }
+ </script>
+<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
+<link href="../../../styles/style.css" rel="Stylesheet">
+<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
+<link href="../../../styles/main.css" rel="Stylesheet">
+<link href="../../../styles/prism.css" rel="Stylesheet">
+<link href="../../../styles/logo-styles.css" rel="Stylesheet">
+<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
+<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
+<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
+<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script>
+<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script>
+<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
+</head>
+<body>
+<div class="navigation-wrapper" id="navigation-wrapper">
+ <div id="leftToggler"><span class="icon-toggler"></span></div>
+ <div class="library-name">
+ <a href="../../../index.html">
+ <span>ical4android</span>
+ </a>
+ </div>
+ <div>
+ </div>
+ <div class="pull-right d-flex">
+ <button id="theme-toggle-button"><span id="theme-toggle"></span></button>
+ <div id="searchBar"></div>
+ </div>
+</div>
+<div id="container">
+ <div id="leftColumn">
+ <div id="sideMenu"></div>
+ </div>
+ <div id="main">
+<div class="main-content" id="content" pageIds="ical4android::at.bitfire.ical4android/JtxCollection/updateRelatedTo/#/PointingToDeclaration//579055962">
+ <div class="breadcrumbs"><a href="../../../index.html">ical4android</a><span class="delimiter">/</span><a href="../index.html">at.bitfire.ical4android</a><span class="delimiter">/</span><a href="index.html">JtxCollection</a><span class="delimiter">/</span><span class="current">updateRelatedTo</span></div>
+ <div class="cover ">
+ <h1 class="cover"><span>update</span><wbr></wbr><span>Related</span><wbr></wbr><span><span>To</span></span></h1>
+ </div>
+ <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">fun </span><a href="update-related-to.html"><span class="token function"><strike>updateRelatedTo</strike></span></a><span class="token punctuation">(</span><span class="token punctuation">)</span></div><div class="deprecation-content"><h3 class="">Deprecated</h3><p class="paragraph">Moved to jtx Board content provider (function updateRelatedTo()). This function here will be deleted in one of the next versions.</p></div><p class="paragraph">This function updates the Related-To relations in jtx Board. STEP 1: find entries to update (all entries with 0 in related-to). When inserting the relation, we only know the parent iCalObjectId and the related UID (but not the related iCalObjectId). In this step we search for all Related-To relations where the LINKEDICALOBJEC_ID is not set, resolve it through the UID and set it. STEP 2/3: jtx Board saves the relations in both directions, the Parent has an entry for his Child, the Child has an entry for his Parent. Step 2 and Step 3 make sure, that the Child-Parent pair is present in both directions.</p></div></div>
+</div>
+ <div class="footer">
+ <span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2022 Copyright</span><span
+ class="pull-right"><span>Generated by </span><a
+ href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
+ </div>
+ </div>
+</div>
+</body>
+</html>