<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mecila.uni-koeln.de/index.php?action=history&amp;feed=atom&amp;title=Nextcloud_Calendar_Internals</id>
	<title>Nextcloud Calendar Internals - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mecila.uni-koeln.de/index.php?action=history&amp;feed=atom&amp;title=Nextcloud_Calendar_Internals"/>
	<link rel="alternate" type="text/html" href="https://wiki.mecila.uni-koeln.de/index.php?title=Nextcloud_Calendar_Internals&amp;action=history"/>
	<updated>2026-05-07T17:18:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.mecila.uni-koeln.de/index.php?title=Nextcloud_Calendar_Internals&amp;diff=40&amp;oldid=prev</id>
		<title>Mattias: Created page with &quot;=Find and delete duplicate calendar entries=  Create script select_oc_calendarobjects.sql:  use nextcloud;  SELECT * FROM oc_calendarobjects;   mysql -u root -p &lt; select_oc_ca...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.mecila.uni-koeln.de/index.php?title=Nextcloud_Calendar_Internals&amp;diff=40&amp;oldid=prev"/>
		<updated>2022-02-15T12:14:21Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Find and delete duplicate calendar entries=  Create script select_oc_calendarobjects.sql:  use nextcloud;  SELECT * FROM oc_calendarobjects;   mysql -u root -p &amp;lt; select_oc_ca...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Find and delete duplicate calendar entries=&lt;br /&gt;
&lt;br /&gt;
Create script select_oc_calendarobjects.sql:&lt;br /&gt;
 use nextcloud;&lt;br /&gt;
 SELECT * FROM oc_calendarobjects;&lt;br /&gt;
&lt;br /&gt;
 mysql -u root -p &amp;lt; select_oc_calendarobjects.sql &amp;gt; oc_calendarobjects.csv&lt;br /&gt;
&lt;br /&gt;
Search in oc_calendarobjects.csv the entries and note the first number (id).&lt;br /&gt;
&lt;br /&gt;
Delete:&lt;br /&gt;
 Delete FROM oc_calendarobjects where ID=&amp;quot;206088&amp;quot;;&lt;br /&gt;
 Delete FROM oc_calendarobjects_props where ID=&amp;quot;206088&amp;quot;;&lt;/div&gt;</summary>
		<author><name>Mattias</name></author>
	</entry>
</feed>