You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second I apologize for any mistake I could make (my English is poor) or if you have already tackled this issue before.
Third I'm trying to modify the code in a dynamic way. I mean I try to add arguments to the createMyEvent function:
onclick="createMyEvent("COURSE A","PARIS","ROOM3","2013-05-08 09:30:00","2013-05-08 10:30:00",succCall,errCall);"
But obviously, it does not work.
Here are the adjustments I made
First, I comment the following variables out:
//var title= "My Sample Appt";
//var location = "Los Angeles";
//var notes = "This is a sample note";
//var startDate = "2013-06-16 09:30:00";
//var endDate = "2013-06-16 12:30:00";
Then, I add arguments to the createMyEvent function:
function createMyEvent(title,location,notes,startDate,endDate,succCall,errCall)
Finally, Add arguments to the javascript link:
Add Event
I do not see what is wrong or what I forgot in the modification I made to your code.
Any help might be truly appreciate.
Thanks
The text was updated successfully, but these errors were encountered:
Hi all
First, Thanks to Felix for this amazing plugin.
Second I apologize for any mistake I could make (my English is poor) or if you have already tackled this issue before.
Third I'm trying to modify the code in a dynamic way. I mean I try to add arguments to the createMyEvent function:
onclick="createMyEvent("COURSE A","PARIS","ROOM3","2013-05-08 09:30:00","2013-05-08 10:30:00",succCall,errCall);"
But obviously, it does not work.
Here are the adjustments I made
First, I comment the following variables out:
//var title= "My Sample Appt";
//var location = "Los Angeles";
//var notes = "This is a sample note";
//var startDate = "2013-06-16 09:30:00";
//var endDate = "2013-06-16 12:30:00";
Then, I add arguments to the createMyEvent function:
function createMyEvent(title,location,notes,startDate,endDate,succCall,errCall)
Finally, Add arguments to the javascript link:
I do not see what is wrong or what I forgot in the modification I made to your code.
Any help might be truly appreciate.
Thanks
The text was updated successfully, but these errors were encountered: