Fixed Calendar Route calendar/attachment/do-upload could not be found.

What page are you getting this on? And also, what version of the add-on? I can't seem to reproduce this.
 
Ah, found it. Looks like an old url from a very old version. Sorting now. :)
 
If you edit the nf_calendar_attachment_upload_overlay template and change the following:

HTML:
<form action="{xen:link 'full:calendar/attachment/do-upload'}" method="post"

to

HTML:
<form action="{xen:link 'full:events/attachment/do-upload'}" method="post"

...that should clear it up.

I've also corrected it in the package here so you can just download a fresh copy of the add-on and upgrade the add-on with the included xml.
 
Back
Top