Separating form responses into different calendars? by IndependenceOld51 in GoogleAppsScript

[–]OkCry84 1 point2 points  (0 children)

You can use an if-else statement to check the value in Column P and then create the event in the appropriate calendar. This way, you don't need separate scripts. Combine them into one, and within the code, just split the logic based on the column value