Difference between revisions of "Module Google"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 15: Line 15:
  
 
In the module setup page, you must add:
 
In the module setup page, you must add:
* A label for this Agenda ID
+
* A label for this Agenda.
* A color for this Agenda ID.
+
* A color for this Agenda.
* Google ID of Agenda. It can be found on Google parameter page for the agenda like this:
+
* Google ID of Agenda. It can be found on the Google parameters pages for the agendas like this:
# Log to calendar.google.com
+
# Log to http://calendar.google.com
 
# Click on the "Parameters" link
 
# Click on the "Parameters" link
 
# Click on the name of Agenda to show the Details of agenda.
 
# Click on the name of Agenda to show the Details of agenda.

Revision as of 01:26, 28 September 2009

Features

Add into Dolibarr menu a new entry called "Agenda" to show contents of Google agendas.

Install

From the application

  • Download the archive file of module (.zip file)
  • Go on menu Home -> Setup -> Modules -> Deploy external module and submit the file.
  • Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.

Manually

  • Download the archive file of module (.zip file)
  • Put the file into the root directory of Dolibarr.
  • Uncompress the archive file, for example with command
unzip modulefile.zip
  • Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.

Setup

To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".

Choose the tab where the module is listed. Then click on "Activate".

The module is now activated.

If a cog icon appears Cog circle.svg on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.


In the module setup page, you must add:

  • A label for this Agenda.
  • A color for this Agenda.
  • Google ID of Agenda. It can be found on the Google parameters pages for the agendas like this:
  1. Log to http://calendar.google.com
  2. Click on the "Parameters" link
  3. Click on the name of Agenda to show the Details of agenda.
  4. Search line "URL Address", you will see a text "Agenda ID : theagendaid@gmail.com"

The Agenda ID is value that looks like an email. If you have only one Agenda, it might simply be your Google login.

Usage

To complete

Development

To complete