Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressData ¶
type AddressData struct { XMLName xml.Name `xml:"urn:ietf:params:xml:ns:carddav address-data"` Prop []*CProp `xml:",omitempty"` Content string `xml:",chardata"` }
func (*AddressData) Card ¶
func (c *AddressData) Card() (*components.Card, error)
type ContactQuery ¶
type ContactQuery struct { XMLName xml.Name `xml:"urn:ietf:params:xml:ns:carddav addressbook-query"` Prop *Prop `xml:",omitempty"` }
a CalDAV calendar query object
func NewContactQueryWithProps ¶
func NewContactQueryWithProps(props ...string) *ContactQuery
creates a new CalDAV query for iCalendar events from a particular time range
func NewDefaultContactQuery ¶
func NewDefaultContactQuery() *ContactQuery
type Multistatus ¶
type Multistatus struct { XMLName xml.Name `xml:"DAV: multistatus"` Responses []*Response `xml:"response,omitempty"` }
a request to find properties on an an entity or collection
type Prop ¶
type Prop struct { XMLName xml.Name `xml:"DAV: prop"` GetETag *GetETag `xml:",omitempty"` AddressData *AddressData `xml:",omitempty"` }
Click to show internal directories.
Click to hide internal directories.