Google Calendar–Parameters 【Making a Google Calendar link】

延續【自定需要的 Google Calendar 內容】一文,更深入說明 Google Calendar 的 Parameters 使用!
anchor address:
    http://www.google.com/calendar/event?
    This is the base of the address before the parameters below.

action:
    action=TEMPLATE
    A default required parameter.

src:
    Example: src=default%40gmail.com
    Format: src=text
    This is not covered by Google help but is an optional parameter in order to add an event to a shared calendar rather than a user's default.

text:
    Example: text=Garden%20Waste%20Collection
    Format: text=text
    This is a required parameter giving the event title.

dates:
    Example: dates=20090621T063000Z/20090621T080000Z (i.e. an event on 21 June 2009 from 7.30am to 9.0am British Summer Time (=GMT+1)).
    Format: dates=YYYYMMDDToHHMMSSZ/YYYYMMDDToHHMMSSZ
    This required parameter gives the start and end dates and times (in Greenwich Mean Time) for the event.

location:
    Example: location=Home
    Format: location=text
    The obvious location field.

trp:
    Example: trp=false
    Format: trp=true/false
    Show event as busy (true) or available (false)

sprop:
    Example: sprop=http%3A%2F%2Fwww.me.org
    Example: sprop=name:Home%20Page
    Format: sprop=website and/or sprop=name:website_name

output:
    Example: output=xml

sf:
    Example: sf=true

lead_type__c:
    lead_type__c=Apps

pli:
    Example: pli=1

mkt_tok:
    Example: mkt_tok=3RkMMJWWfF9wsRois63Mde/hmjTEU5z16O4kW6S1gZt41El3fuXBP2XqjvpVQcRjM7vORw8FHZNpywVWM8TILtQYt8FtKAzgAG0%3D#eventpage_6

uid
    Example: uid

API Documentation Google Calendar API Documentation
API Explorer Google Calendar API explorer

沒有留言: