The title of the new note
The contents of the new note
The date and time the note starts, if any date or time properties are missing the current date/time values will be used.
The date and time the note ends (can be the same as the start date), if any date or time properties are missing the current date/time values will be used.
If the note lasts all day or if it has a specific time duration. Whether to ignore the time portion of the start and end dates.
If the note repeats and how often it does
A list of note categories to assign to this note
Optional parameter to specify the ID of the calendar to add the note too. If not provided the current active calendar will be used.
The ID of the macro that this note should execute when the in game time meets or exceeds the note time. Or null if no macro should be executed.
Optional parameter to specify an array of user ID's who will have permission to view the note. The creator of the note will always have permission. Use ['default']
if you want all users to be able to view it.
Optional parameter to provide an array of user ID's who will be reminded of the note.
This function adds a new note to the calendar
Returns
The newly created JournalEntry that contains the note data, or null if there was an error encountered.
Example