Initialize fork and rebrand app to event_manager
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:-//Pohodex Event Manager Events//EN
|
||||
CALSCALE:GREGORIAN
|
||||
METHOD:PUBLISH
|
||||
BEGIN:VEVENT
|
||||
UID:{{uid}}@event_manager
|
||||
DTSTAMP:{{now}}
|
||||
DTSTART;TZID={{timezone}}:{{start}}
|
||||
DTEND;TZID={{timezone}}:{{end}}
|
||||
SUMMARY:{{title}}
|
||||
LOCATION:{{location}}
|
||||
{% if organizer_email %}ORGANIZER;CN={{organizer_name}}:mailto:{{organizer_email}}
|
||||
{% endif %}
|
||||
ATTENDEE;CN=Attendee;RSVP=TRUE:mailto:{{attendee_email}}
|
||||
DESCRIPTION:{{description}}
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
||||
Reference in New Issue
Block a user