calendar:events uses reserved word #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The calendar event table format contains "end" representing the ending time of the event. This causes problems in further processing. This code gives an error because "end" is a reserved word in lua:
Use
v["end"]