Edit an event in the database. Missing parameters will clear out their corresponding values in the event. You must authenticate as the user who added the event to do this. This method requires authentication.
api_key (Required)
Your API application key. If you don't have one,
create one.
token (Required)
An authentication token. (
What's this?)
event_id (Required)
The id of the event to edit.
name (Required)
The name of the event.
venue_id (Numeric, Required)
The venue_id of the event. To get a venue_id, try the venue.* series of functions.
category_id (Numeric, Required)
The category_id of the event. To get a category_id, try the category.* series of functions.
start_date (YYYY-MM-DD, Required)
The start date of the event, formatted as YYYY-MM-DD.
end_date (YYYY-MM-DD, Optional)
The end date of the event, formatted as YYYY-MM-DD.
start_time (HH:MM:SS, Optional)
The start time of the event, formatted as HH:MM:SS.
end_time (HH:MM:SS, Optional)
The end time of the event, formatted as HH:MM:SS.
description (Optional)
A textual description of the event.
url (Optional)
The website URL for the event.
personal (1 or 0, Optional, Defaults to 0)
A flag indicating whether the event should be public (0), or shown only to your friends (1).
selfpromotion (1 or 0, Optional, Defaults to 0)
A flag indicating whether the event should be marked as a normal event (0), or as a self-promotional event (1).
ticket_url (Optional)
The website URL for purchasing tickets to the event.
ticket_price (Optional)
The price of a ticket to the event.
ticket_free (1 or 0, Optional, Defaults to 0)
A flag indicating if the event is free (1) or not (0).