X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2FCalDAV%2FCalDAV.h;h=760caffa72beed9e5a729d60ae506f259263d5df;hb=6c73a4b9342ed315eaa9b3dba0a1bc57abba1fb8;hp=c4f1a8bfe0029d2015e4acca8818c6bc9cb7aedf;hpb=b811c99c6ef3ab48376de10f5df9c048436a2f31;p=xestiacalendar%2F.git diff --git a/source/objects/CalDAV/CalDAV.h b/source/objects/CalDAV/CalDAV.h index c4f1a8b..760caff 100644 --- a/source/objects/CalDAV/CalDAV.h +++ b/source/objects/CalDAV/CalDAV.h @@ -32,7 +32,11 @@ struct CalDAVConnectionData{ struct CalDAVStatus{ - + string Hostname; + int Port; + string Username; + string Prefix; + bool UseSSL; };