Welcome,
Guest
|
|
I tried to imlement the delete function on my calendar this way:
<a class="websbutton" onclick="rzDeleteEvent(${eventId}); return false;" href="#">Delete event</a>
...
function rzDeleteEvent(id)
{
ical.deleteEvent({eventId: id});
} "J.toJustDateString is not a function" in Web2Cal-1.2-min.js. Am I doing somethig wrong? |
Please Log in to join the conversation.
Last edit: by vhollo.
|
|
No, you are not doing anything wrong. This has already been identified as a defect internally. We have a fix which is under test.
We will be having a bug fix release on Monday, July 13. Hopefully, this is fixed in that release. Thanks for letting us know. |
Please Log in to join the conversation. Team Web2Cal. |