jgd.schemas
Interface GoogleDesktopCalendar

All Superinterfaces:
GoogleDesktopIndexable
All Known Implementing Classes:
GDCOMCalendar

public interface GoogleDesktopCalendar
extends GoogleDesktopIndexable


Method Summary
 java.lang.String get_attendees()
          Names of appointment attendees.
 java.lang.String get_categories()
          Whatever categories you want to assign to the appointment.
 java.lang.Integer get_duration()
          Appointment duration in minutes.
 java.util.Date get_end_date()
          Appointment end time in UTC.
 java.lang.String get_folder_name()
          Name of the folder containing this appointment.
 java.util.Date get_last_modified_time()
          Time when the appointment was last modified.
 java.lang.String get_location()
          Appointment location.
 java.lang.String get_organizer()
          Name of the appointment's organizer.
 java.lang.Integer get_recurrence_pattern()
          A string describing how this task repeats.
 java.util.Date get_start_date()
          Appointment start time in UTC.
 java.lang.String get_title()
          Appointment title.
 java.lang.String get_uri()
          Unique identifier.
 
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail
 

Method Detail

get_uri

java.lang.String get_uri()
Unique identifier.
Required: Yes


get_last_modified_time

java.util.Date get_last_modified_time()
Time when the appointment was last modified.
Required: Yes


get_attendees

java.lang.String get_attendees()
Names of appointment attendees.
Required: No


get_categories

java.lang.String get_categories()
Whatever categories you want to assign to the appointment.
Required: No


get_folder_name

java.lang.String get_folder_name()
Name of the folder containing this appointment.
Required: No


get_location

java.lang.String get_location()
Appointment location.
Required: No


get_organizer

java.lang.String get_organizer()
Name of the appointment's organizer.
Required: No


get_start_date

java.util.Date get_start_date()
Appointment start time in UTC.
Required: No


get_end_date

java.util.Date get_end_date()
Appointment end time in UTC.
Required: No


get_duration

java.lang.Integer get_duration()
Appointment duration in minutes.
Required: No


get_recurrence_pattern

java.lang.Integer get_recurrence_pattern()
A string describing how this task repeats. The format is a list of ISO 8601 intervals, separated by semicolons (e.g. 06-22-2005 11:00:00 / 06-22-2005 12:00:00; 06-24-2005 13:00:00 / 06-24-2005 15:00:00).
Required: No


get_title

java.lang.String get_title()
Appointment title.
Required: No



Copyright © 2007