Google Apps Script: Calendar Sharing outside the Domain
Reading Time: 2 minutes Google Calendar allows client applications to view and update calendar events in the form of Google Data Protocol feeds. Your client application can use the Google Calendar Data API to create new events, edit or delete existing events, share calendar and query for events that match particular criteria. To request, add, delete or share data, your application needs an authentication token. You should use OAuth as Continue Reading