Template:Google Calendar/doc

From Meta, a Wikimedia project coordination wiki

Description[edit]

Generates a Google Calendar link for an event.

Use {{Multi Calendar}}, which wraps this template, to also emit Outlook Calendar events.

Usage[edit]

Dates use the format YYYYMMDD.

Times must be enetred in UTC and use 24-hour clock, in the format 1345.

Element Default
  {{Google Calendar
    | title        = Event name
    | description  = Event description
    | startdate    = Event start day
    | starttime    = Event start time
    | enddate      = Event end day
    | endtime      = Event end time
    | location     = Event location
    | organiserurl = Event organiser link
    | organiser    = Event organiser
  }}
  {{Google Calendar
    | title        = Example event
    | description  = This is left blank because the user has not set a description.
    | startdate    = 20110101
    | starttime    = 1200
    | enddate      = 20110101
    | endtime      = 1300
    | location     = London
    | organiserurl = https://meta.wikimedia.org
    | organiser    = Meta Wikimedians
  }}