Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reply ¶
type Reply struct { MimeType string Params map[string]string CalendarText io.ReadWriter PlainText io.ReadWriter Organizers []string }
func CreateReply ¶
CreateReply parses a ics request and return a ics reply (RFC 2446, Section 3.2.3)
func (*Reply) AddOrganizer ¶
Click to show internal directories.
Click to hide internal directories.