How to Customize the Look of a Google Calendar on a Drupal Site

Drupal users can embed a Google Calendar inside a content page using Google Calendar's sharing feature. If you use this tool, publish your page and decide you don't like the look of the Google Calendar on your page you can customize a few different aspects of the look right from the embedded code, such as the height and width of the calendar and the mode the calendar displays in.

Instructions

    • 1

      Log in to your Drupal installation as an administrator, then visit the page that contains the Google Calendar you'd like to edit.

    • 2

      Hover over the "Content" option at the top of the screen, then click "Edit."

    • 3

      Click the "Source" button on the toolbar above the content box on the editing screen.

    • 4

      Locate the line of code that starts with:

      <iframe style=

      This is where your Google Calendar code starts.

    • 5

      Edit the look of your calendar by changing variables inside the calendar's embed URL. Change the height and width (in pixels) by editing the numbers after height= and width=. Change the default display mode by changing the term after mode= to either WEEK, MONTH, or AGENDA.

    • 6

      Click the "Save" button when finished.

Related Searches:

Comments

Related Ads

Featured