├── External APIs ├── AnyDoAPI.gs ├── ArchiveTrelloCardsWhereFreshdeskTicketIsClosed.gs ├── FreshdeskAPI.gs ├── Plivo.gs ├── Set Slack Status.gs ├── Set Trello FollowUps.gs ├── Todoist.gs ├── TrelloAPI.gs └── Twilio.gs ├── Google Calendar ├── Change Event Color.gs ├── Check for overlapping events.gs ├── Convert Event to All-Day.gs ├── Delete Event From Multiple Calendars.gs ├── Move events to calendar.gs ├── Set Invite Status.gs └── Split Multi-Day Event.gs ├── README.md └── Tasks- Forms- etc └── Any.Do Port.gs /External APIs/AnyDoAPI.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/AnyDoAPI.gs -------------------------------------------------------------------------------- /External APIs/ArchiveTrelloCardsWhereFreshdeskTicketIsClosed.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/ArchiveTrelloCardsWhereFreshdeskTicketIsClosed.gs -------------------------------------------------------------------------------- /External APIs/FreshdeskAPI.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/FreshdeskAPI.gs -------------------------------------------------------------------------------- /External APIs/Plivo.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/Plivo.gs -------------------------------------------------------------------------------- /External APIs/Set Slack Status.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/Set Slack Status.gs -------------------------------------------------------------------------------- /External APIs/Set Trello FollowUps.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/Set Trello FollowUps.gs -------------------------------------------------------------------------------- /External APIs/Todoist.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/Todoist.gs -------------------------------------------------------------------------------- /External APIs/TrelloAPI.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/TrelloAPI.gs -------------------------------------------------------------------------------- /External APIs/Twilio.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/External APIs/Twilio.gs -------------------------------------------------------------------------------- /Google Calendar/Change Event Color.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Change Event Color.gs -------------------------------------------------------------------------------- /Google Calendar/Check for overlapping events.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Check for overlapping events.gs -------------------------------------------------------------------------------- /Google Calendar/Convert Event to All-Day.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Convert Event to All-Day.gs -------------------------------------------------------------------------------- /Google Calendar/Delete Event From Multiple Calendars.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Delete Event From Multiple Calendars.gs -------------------------------------------------------------------------------- /Google Calendar/Move events to calendar.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Move events to calendar.gs -------------------------------------------------------------------------------- /Google Calendar/Set Invite Status.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Set Invite Status.gs -------------------------------------------------------------------------------- /Google Calendar/Split Multi-Day Event.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Google Calendar/Split Multi-Day Event.gs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/README.md -------------------------------------------------------------------------------- /Tasks- Forms- etc/Any.Do Port.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derekantrican/Google-Apps-Script-Library/HEAD/Tasks- Forms- etc/Any.Do Port.gs --------------------------------------------------------------------------------