I have found the Vikas and he is amazing developer, he had always delivered the product under the timeline, on budget and with 100% accuracy, He is totally problem solving guys.
Implementation of Google Calendar Events with Agenda Module
0 comments |

We are going configure Agenda Module to display Google Calendar Events to Drupal site. It read both Private and Public calendar and you can use one or more Google Calendar in a single Block. And it also provide some disign for your Agenda Block , but if you want to change, you can easily do with simple css.
Step 1: Enable Agenda Module
As similiar to other module, just download Agenda Moduleand extract it to sites/all/modules and finally enable from admin/modules.
Step 2:Configure Agenda Module
once you enable this module, then its time to configure it with your Google Calendar(public/private). In your Drupal site open admin/config/services/agenda where you will find " Example agenda block" which is for example purpose, So need to worry about that. From there "Add New Block".
- Give Administrative title
- Agenda Start and End
- Maximum number of Events to fetch
- Date and Time Formate
- Field To Display and label to hide
- Google Calendar ID
- Google Calendar API
How to to get Google Calendar IDand Google API Key
Save these setting.
Step 3: Block Assign to Region
After you configured Agenda setting its time to show Google Calendar Events to the regions in your Drupal Site. So , go to admin/structure/block , there you find a block with name "Agenda:Administrative title"(i.e the title you given during configuration in step 2 for "Administrative title"). Configure this block to region. You will get your Google Calendar Events listing there.
Add new comment