Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRSVP ¶
GenerateRSVP creates a RFC 6047 (iMIP) compliant reply .ics. Google Calendar requires: - METHOD:REPLY at calendar level - Only the responding attendee in VEVENT (others removed) - Updated PARTSTAT on the attendee - Current DTSTAMP
Types ¶
type Event ¶
type Event struct {
UID string
Summary string // Event title
Description string
Location string
Start time.Time
End time.Time
Organizer string // Organizer email
Status string // CONFIRMED, TENTATIVE, CANCELLED
Method string // REQUEST, REPLY, CANCEL
}
Event represents a parsed calendar event from an .ics attachment
Click to show internal directories.
Click to hide internal directories.