Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Richard Barg 358 posts 532 karma points
    Feb 12, 2013 @ 22:21
    Richard Barg
    0

    Using Contour 3 to Pass Event Data to Google Calendar API 3.0

    System: Umbraco Version - 4.7.1 ,Windows Server 2008 – 8gb memory – 4 Zeon 2.27Ghz processors service pack 1 – 64 bit OS , IIS version 7.5.7600.16385, SQL Server 2008 R2, Stacktrace - N/A         

    We're planning to use the Google Calendar API (version 3) to add events to a Google calendar embedded on our website. We'd like to create a front-end to add an event.  The data entered would then be passed to the Google API when the form is submitted.  Is this possible to do?


  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Feb 13, 2013 @ 08:23
    Tim Geyssens
    0

    Hi Richard,

    Of course you can attach extra functionality to your forms by using workflows.

    http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Editor/Attaching-Workflows/

    You might be able to use the out of the box  Post form to url type and use google api's rest interface

    If that doesn't work you'll need to code a custom workflow type using the google api client library for .net https://developers.google.com/google-apps/calendar/downloads

    Details on how to create a custom workflow type can be found here

    http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Extending-Contour/Adding-a-Workflowtype

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies