Hi all,
We have integrated our google calendar into skuid, and display the events for the current week on a page. From this data, we want to save a salesforce event record for each calendar entry.
For events created in google that don’t have a time added (so they are all day events), the actions we have running on the page to create this record works to pull the date, time, subject and then saves the record. If the event on google calendar has had a time added (no matter how short/long), the actions on the page creating a new row does not work.
Instead of automatically saving as the all day event record does, the timed event doesn’t save, and when I manually click save (standard save button on the table) it just says “Saving…” with no error message on the skuid page. On the console I get this error:
Visualforce Remoting Exception: Invalid integer: 00+11 f
error @ VFRemote.js:117
Any help or suggestions would be greatly appreciated.
Thanks