delete_event_mark()

Removes the supplied event from the requested event group, which had previously been added to that group by calling set_event_mark().

Function Prototype

delete_event_mark(??event-id??, ??group-id??)

Arguments

Argument Name Data Type Description
??event-id?? Event ID Number Event to be removed from the group.
[required]
??group-id?? Event Group ID Number Event group where the event shall be removed from. You should pass one of the built-in constant variables $MARK_1 to $MARK_28 for this argument to select one of the 28 available groups.
[required]

Return Value

None.

Examples

None yet.