Maintainers strive to actively monitor issues and respond in a timely manner.

Google_Calendar


This project is merged with Gcal

.

This module allows you to manage your google calendars. Apis provided by module will allow you to create, update, delete, fetch calendar details. You can also create, update, delete, get, move an event from particular calendar. You can fetch calendar settings, color details, etc.

This module uses google api php client refer http://code.google.com/p/google-api-php-client/ to interact with google and manage calendars

Requirements
Google OAuth2 - Required for authenticating with google.

Api Functions

Create Calendar

$params = array(
    'Summary' => 'My Calendar',  //Title of the calendar
  );
google_calendar_calendar_create($params, 'Calendar_Account');   //Calendar_Account is the name of the oauth2 account managed with the help of Google OAuth2.

Create Event

$params = array(
    'Summary' => 'My Event',  //Title of the event
    'Start' => '2012-12-24 12:30:00',
    'End' => '2012-12-24 14:30:00',
    'Timezone' => 'Asia/Calcutta'
  );
google_calendar_event_create($params, 'Calendar_Account');   //Calendar_Account is the name of the oauth2 account managed with the help of Google OAuth2.

Spock

Spock is a theme working upon the baset heme mothership.
Shipped with the latest version of bootstrap, this baby get's you up in no time!

Basically, Spock is a mixture of assets, resets and defaults I need whenever I start a new project.

Workbench Access View

Extends the Workbench Access module to provide permissions to View content. The module is in testing.

Currently, it only supports taxonomy-based workflows.

Open-Gateway Service

An "open" system integration and interconnection of any business applications and 3rd party web services, financial and banking services, internet/mobile communication service, government agencies,

Commerce CartaSi XPay

This project integrates CartaSi - XPay into the Drupal Commerce payment and checkout systems.

Mobile Detect Block

Basic block visibility module that uses the Mobile Detect library to show or hide blocks in desktop, mobile or tablet devices (you can select to show or hide a block on each type of terminal as you

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained