Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var formResponse = e.response;
  2. var itemResponses = formResponse.getItemResponses();
  3. var dateinput = itemResponses[0].getResponse();
  4.  
  5. cal.createAllDayEvent(subject, dateinput, {description: "descriptiongoeshere"});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement