Does anyone have an example of adding attachments to an event via the API? I have the API working to create a new event and return the ID of the event, and I see some notes in the Wiki about how to post an attachment, but that info is very limited on how to actually do it. It only provides the following, with no further details:
<attachment>
<name>REST ATTACHMENT</name>
<attachment>iVBORw0KGgoAAAANSUhEUgAAAH0AAAA...</attachment>
<fileName>assyst_logo_ano.png</fileName>
</attachment>
I get what the Name value should be and the filename, but what is the “attachment” value exactly? Is that the path to the file? Is that the file type? Not sure exactly what that is.
Thanks in advance.