Guest User

code gs modification

a guest
Jul 9th, 2024
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. a. Look for the sourceCalendars variable and replace it with the below, where the first item in the list is your iCal Link that you got from (2). The second is the new calendar that you are going to be copying all your tasks into. Note that it is named "Todoist".
  2.  
  3. var sourceCalendars = [["<todoist iCal link>", "Todoist"]];
  4.  
  5. b. Look for the howFrequent variable, and replace it with 5, this ensures that your tasks are synced every 5 minutes. You shouldn't go any lower than that, and you can't. (there's a way to remove this limit but you can go figure that out yourself)
  6.  
  7. c. Look for the variable addAlerts and set this to no. You can read all the comments in here and just see what you want vs don't want
Advertisement
Add Comment
Please, Sign In to add comment