googleCalSearch
Search a Google calendar.
Optional Parameters
| authtoken | The authentication token retrieved from a previous authentication. If left empty, email and password are required. | |
| The email address used to authenticate with Google. The email is required unless an authtoken is used. | ||
| password | The password used to authenticate with Google. The password is required unless an authtoken is used. | |
| maxresults | The maximum number of results for the service to return request. | |
| timeout | Timeout, in seconds, for the operation to complete. Zero (0) means no timeout. | |
| proxy_server | IP Address or host name of the proxy server used for the request. | |
| proxy_auto | Whether or not Proxy should be detected from Windows system settings. This takes precedence over other proxy settings and is not available in Java. The allowed values are: TRUE, FALSE. | |
| proxy_port | Port number of the proxy server. | |
| proxy_user | User ID used to authenticate with the proxy server. | |
| proxy_password | Password used to authenticate with the proxy server. | |
| proxy_authscheme | The proxy server The allowed values are: BASIC, DIGEST, PROPRIETARY, NONE, NTLM. | |
| proxy_authtoken | The proxy authentication token. | |
| proxy_ssltype | The proxy server The allowed values are: AUTO, ALWAYS, NEVER, TUNNEL. | |
| firewall_server | IP Address or host name of the firewall. | |
| firewall_port | Port number of the firewall. | |
| firewall_user | User ID used to authenticate with the firewall. | |
| firewall_password | Password used to authenticate with the firewall. | |
| firewall_type | The type of the firewall. The allowed values are: TUNNEL, SOCKS4, SOCKS5. | |
| logfile | The connector will log the exchange/transferred data to this file. | |
| calendar_name | The name of the calendar that you want to search. If no name or URL is specified, the default calendar will be used. | |
| calendar_id | The ID for the calendar to search. This can be obtained a call to the googleCalList operation. | |
| eventid | The event ID. If an event ID is entered the other search options will be ignored. | |
| range | A range of events to search. Enter 'today' to view today's events, 'workweek' to view this work week's events, 'week' to view this week's events, 'month' to view this month's events. The allowed values are: TODAY, WEEK, WORKWEEK, MONTH. | |
| keywords | The list of search keywords separated by spaces. | |
| fromdate | The from date (YYYY/MM/DD). | |
| todate | The to date (YYYY/MM/DD). | |
| shareauthtoken | Whether or not to use the shared authentication token from a previous request, if one exists that matches the user name and password. |
Output Attributes
| ggl:anyonecanaddself | Indicates whether anyone can add themselves to the attendee list. | |
| ggl:attendees_email# | Email address for an attendee. | |
| ggl:attendees_name# | Name of an attendee. | |
| ggl:attendees_status# | Status of an attendee (i.e. invited, accepted, etc.). | |
| ggl:author_name | The event author's name. | |
| ggl:author_email | The event author's email. | |
| ggl:comments | The link to any comments posted for the event. | |
| ggl:description | A longer description of the event. | |
| ggl:endtime | The end time for the event. | |
| ggl:id | The ID assigned to the event. | |
| ggl:guestscanmodify | Indicates whether event attendees may modify the original event, so that changes are visible to organizer and other attendees. Otherwise, any changes made by attendees will be restricted to that attendee's calendar. | |
| ggl:guestsinviteothers | Indicates whether event attendees may invite other people to the event. | |
| ggl:guestsseeguests | Indicates whether event attendees can see other people invited to the event. | |
| ggl:organizer_name | The event organizer's name. | |
| ggl:organizer_email | The event organizer's email. | |
| ggl:published | The date the event was published. | |
| ggl:sequence | Indicates the revision sequence number of the event as defined in Section 4.8.7.4 of RFC 2445. | |
| ggl:starttime | The start time for the event. | |
| ggl:endtime | The end time for the event. | |
| ggl:title | The title of the event. | |
| ggl:transparency | Indicates if the event consumes time on the calendar. | |
| ggl:status | The status of the event (i.e. scheduled, tentative, etc.). | |
| ggl:weblink | The URL that represents a web link to this event. | |
| ggl:where | The event's location. | |
| ggl:uid | Indicates the globally unique identifier (UID) of the event as defined in Section 4.8.4.7 of RFC 2445. | |
| ggl:updated | The date that the event was last updated. | |
| ggl:visibility | Who can see the event. | |
| ggl:allday | Indicates whether the event lasts for an entire day. | |
| ggl:rule | the recurrence event | |
| ggl:reminder# | The reminder in minutes. | |
| ggl:remindermethod# | The notification method the reminder should use. |