ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Google Calendar の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらずconnector の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにGoogle Calendar から関連するレスポンスデータを返します。
CData Tableau Connector for Google Calendar ストアドプロシージャ
| Name | Description |
| DownloadAttachments | Downloads Google Calendar event attachments. |
| GetAvailability | Queries the free/busy information for one or more calendars using the FreeBusy: query API. |
| GetOAuthAccessToken | さまざまなGoogle サービスで認証で使用されるOAuth アクセストークンを取得します。 |
| GetOAuthAuthorizationURL | さまざまなGoogle サービスで認証で使用されるOAuth 認可URL を取得します。 |
| ImportEvent | Imports an event into a calendar. |
| MoveEvent | Moves an event from one calendar to another using the Google Calendar Events.move API. |
| QuickAddEvent | Creates a Google Calendar event based on a simple text string. |
| RefreshOAuthAccessToken | さまざまなGoogle サービスで認証で使用されるOAuth アクセストークンを取得します。 |
| StopWatchingResources | Stops receiving notifications for a given channel. |
| SubscribeToAclChanges | Starts watching for changes to the access control list (ACL) of a calendar. |
| SubscribeToCalendarListChanges | Starts watching for changes in the user's calendar list. |
| SubscribeToEventChanges | Starts watching for changes to events on a calendar. |
| SubscribeToSettingsChanges | Starts watching for changes to the authenticated user's calendar settings. |