Editing events
Keys allowed
{
"name": "event name",
"nickname": "event url path",
"email": "organization email",
"description": "general description (summary of event) - accepts HTML content",
"cover": "cover image url",
"dateBegin": "begin date (timestamp)",
"dateEnd": "end date (timestamp)",
"enrollmentBegin": "timestamp from begin of enrollment",
"enrollmentEnd": "timestamp from end of enrollment",
"latitude": "latitude",
"longitude": "longitude",
"address": "address on google map",
"fugleman": "organization name",
"website": "website url",
"accessCode": "event access code (in case it's private)",
"facebook": "facebook page url",
"twitter": "twitter profile url",
"wireless": "wireless network information (wifi)",
"visible": "visibility (boolean - 0 & 1)",
"public": "privacy (boolean - 0 & 1)",
"automaticEnrollment": "automatic enrollment (mobile app - boolean - 0 & 1)"
}Example
Last updated