CRM Open Source Business & Social CRM Software

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Google Calendar event Importer added on SugarForge.

  1. #1
    gaikwadharshad is offline Junior Member
    Join Date
    Sep 2008
    Posts
    4

    Default Google Calendar event Importer added on SugarForge.

    Hi all

    Google Calendar Event Importer added on SugarForge.

    Google Calendar importer will import events between specified dates from Google calendar to Sugar calendar. Works for all 3 editions (Community, Professional and Enterprise) of Sugar CRM. It supports Sugar Versions Version 5.0, Version 5.1

    PatchName:
    FidelGoogleCalendarEventImporterPatch:

    Information:
    http://www.sugarforge.org/projects/fideligcediscrm/

    Download Link:
    http://www.sugarforge.org/frs/?group_id=643

    Regards,
    Harshad Gaikwad
    Last edited by gaikwadharshad; 2008-09-26 at 11:54 AM.

  2. #2
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Google Calendar event Importer added on SugarForge.

    Thanks! It lookes nice in code, will try it later on a demo installation .

    One thing I saw: your module *could* be upgrade-safe, but it isn't right now. The menu.php needs to be added by the manifest file. That way, it will be placed in ./custom and upgrade-safe. Some people (like me) require modules to be upgrade-safe before installation...Would you consider making it upgrade-safe?
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  3. #3
    gaikwadharshad is offline Junior Member
    Join Date
    Sep 2008
    Posts
    4

    Default Re: Google Calendar event Importer added on SugarForge.

    Many thanks for visiting this.

    We like your suggestion to make it upgrade-safe. But as of now we don't have any idea on how to make it upgrade-safe. Can you provide some pointers.

    Thanks,
    Harshad.

  4. #4
    sscheper is offline Senior Member
    Join Date
    Jul 2008
    Posts
    24

    Default Re: Google Calendar event Importer added on SugarForge.

    Has anyone tried this yet?

    Also, is it 100% safe? It requires on to give out their gmail username and password.

  5. #5
    zohaib is offline Senior Member
    Join Date
    Jun 2008
    Posts
    43

    Smile Re: Google Calendar event Importer added on SugarForge.

    Yes , is it 100% safe.

    I have tried it .

    It is working fine.

    My gmail Id and password not getting stored anywhere in my sugar application

    Very nice and secure application.
    Last edited by zohaib; 2008-09-29 at 07:37 AM.
    regards

    Zohaib

    <Sugar 5.2.x>,
    <Windows XP>
    <Linux(Fedora)>
    <Apache 2.2.8>
    <MySQL 5.0.51>
    <PHP 5.2.6 >

  6. #6
    sscheper is offline Senior Member
    Join Date
    Jul 2008
    Posts
    24

    Default Re: Google Calendar event Importer added on SugarForge.

    Hello,

    I'm having trouble downloading this patch.

    Is anyone else having trouble? It says Zip file type is non-existent.


    Am I supposed to upload the zip file into the module uploader? Also, does one need another file to make this work?

    Thanks for the help!

  7. #7
    SugarDev.net is offline Sugar Community Member
    Join Date
    Feb 2008
    Posts
    1,401

    Default Re: Google Calendar event Importer added on SugarForge.

    Quote Originally Posted by gaikwadharshad
    Many thanks for visiting this.

    We like your suggestion to make it upgrade-safe. But as of now we don't have any idea on how to make it upgrade-safe. Can you provide some pointers.

    Thanks,
    Harshad.
    Yes sir!

    1. Remove the entries under Menu.php which are already in SugarCRM by default, so only your alterations are in it.
    2. Make sure that manifest.php does not copy the menu.php file
    3. Add this to your manifest.php:

    PHP Code:
    'menu'=> array(
            array(
                
    'from'=> '<basepath>/<themenufile>'
                
    'to_module'=> '<targetmodule>',
            ),
        ), 
    See also here: http://www.sugarcrm.com/wiki/index.p...p_for_5.0#menu
    Developers go here
    Businesses go there (Dutch)

    Modules:
    SugarDev.net Developer Tools | Config | Dutch Language Pack
    "Nothing gets fixed unless there is a bug"

  8. #8
    sscheper is offline Senior Member
    Join Date
    Jul 2008
    Posts
    24

    Default Re: Google Calendar event Importer added on SugarForge.

    I really appreciate you creating the google calendar import module; however, I'm having a tough time uploading it into Sugar.

    I have:

    Windows XP
    Sugar Professional 5.1 On Demand
    6 Users

    The steps I take to upload your module into SugarCRM are:

    1) Download Zip File
    2) Extract it to a folder
    3) Go to the Admin page
    4) Select Module Loader
    5) Browse and select the zip file
    6) Then I get this message: You can only upload module packs, theme packs, and language packs on this page.

    How can I fix this problem?

    Thanks!

  9. #9
    sscheper is offline Senior Member
    Join Date
    Jul 2008
    Posts
    24

    Default Re: Google Calendar event Importer added on SugarForge.

    Actually I just checked. I have version 5.1.0.a

  10. #10
    arturo@madcap.nl is offline Junior Member
    Join Date
    Mar 2008
    Posts
    3

    Default Re: Google Calendar event Importer added on SugarForge.

    Quote Originally Posted by sscheper
    I really appreciate you creating the google calendar import module; however, I'm having a tough time uploading it into Sugar.

    I have:

    Windows XP
    Sugar Professional 5.1 On Demand
    6 Users

    The steps I take to upload your module into SugarCRM are:

    1) Download Zip File
    2) Extract it to a folder
    3) Go to the Admin page
    4) Select Module Loader
    5) Browse and select the zip file
    6) Then I get this message: You can only upload module packs, theme packs, and language packs on this page.

    How can I fix this problem?

    Thanks!
    Since SugarCRM is guaranteeing your installation, you cannot install this patch. This file changes your SugarCRM files.

    IF this module was upgrade-safe, it could be made a module, and you would be able to install it.

    Thnx for your reply, I wasn't aware of this

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. google Calendar
    By kbrill in forum Developer Help
    Replies: 41
    Last Post: 2008-12-16, 10:06 PM
  2. Replies: 0
    Last Post: 2008-08-13, 04:09 PM
  3. Subscribing Google calendar - problem with robots.txt
    By philipmartinjones in forum Help
    Replies: 0
    Last Post: 2008-05-13, 09:36 AM
  4. Event missing on Calendar !!
    By openworld in forum Developer Help
    Replies: 0
    Last Post: 2006-12-26, 05:51 AM
  5. Custom Fields
    By scourtney2000 in forum General Discussion
    Replies: 0
    Last Post: 2006-02-09, 05:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •