Gets an event by the given ID.
Gets an event by the given ID.
1 string id
the event ID.
the event.
2 number
the event type. Refer to scheduledEvents.TYPE for more info.
3 number
index in the table it was found in. If it is a buffered event, then it will be located in the scheduledEvents.bufferedEvents table, if it was a scheduled event, then it will be located in scheduledEvents.bufferedEventsByYear. Traversing the latter table requires you to know the year and month that the event occurs in.