Extra fields for events

merge-requests/8/head
Bob Mottram 2020-08-21 22:13:50 +01:00
parent 0027361ec5
commit fede8b56d6
1 changed files with 9 additions and 1 deletions

View File

@ -5748,7 +5748,15 @@ class PubServer(BaseHTTPRequestHandler):
fields['schedulePost'],
fields['eventDate'],
fields['eventTime'],
fields['location'])
fields['location'],
fields['category'],
fields['joinMode'],
fields['endDate'],
fields['endTime'],
fields['maximumAttendeeCapacity'],
fields['repliesModerationOption'],
fields['anonymousParticipationEnabled'],
fields['eventStatus'])
if messageJson:
if fields['schedulePost']:
return 1