X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=0b45ae601f48f9a0d685212752a90f8e95c5712e;hb=9e423b13c59f59cf6fa7dffa04b99f7307891775;hp=f237669ee1d8f727b156eace91ab0518766973b1;hpb=df7f1973d6e4ce9e5d8cf98c57247e1d4f0682bc;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index f237669..0b45ae6 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -51,6 +51,15 @@ struct CalDAVCalendarList { map Description; map CalColour; map Tag; + map TagURL; + +}; + +struct CalDAVEntryList { + + map HREF; + map Data; + map Tag; }; @@ -148,8 +157,11 @@ class CalDAV{ CalDAVServerResult GetServerResult(); CalDAVServerSupport GetServerSupport(); CalDAVCalendarList GetCalendars(); + CalDAVEntryList GetEntryList(string *CalendarHREF); + CalDAVEntryList GetEntryList(string *CalendarHREF, string *CalendarTag); CalDAVServerResult AddCalendar(string CalendarName); + CalDAVServerResult AddCalendar(string *CalendarName, string *CalendarShortName); CalDAVServerResult EditCalendar(string *CalendarHREF, string *CalendarName,