Tue, 10 Feb 2015 18:12:00 +0100
Import initial revisions of existing project AndroidCaldavSyncAdapater,
forked from upstream repository at 27e8a0f8495c92e0780d450bdf0c7cec77a03a55.
michael@0 | 1 | package org.gege.caldavsyncadapter.caldav.xml.sax; |
michael@0 | 2 | |
michael@0 | 3 | public class Prop { |
michael@0 | 4 | public String calendardata = ""; |
michael@0 | 5 | public String getetag = ""; |
michael@0 | 6 | } |