google-calendar

Creating a central calender for local syncing (iCal/CalDAV/???)

Currently a website I'm working on has a web-based calender of upcoming events. We are looking into the possiblilty of expanding this so that people can locally access the calender data - if possible through exchange, google calender or any other major calender program. My question is on how to implement this. The diary is likely to cha...

Google Calendar Javascript API "grant access" page

Hi, I am using the Google Data API in Javascript to access google calendar. But when I grant the access to the website for accessing my calendar, it should return to my first HTML page, but this doesn't happen and it redirects it to the same grant access page. Anyone encountered this situation? Thanks, Sana. <!DOCTYPE html PUBLIC "-/...

Google Calendar

i am able to make a google calendar in my account though google calendar api's but i want make it shared through my code. any suggestions.................. ...

Google Calendar

Hi All I have been messing about with google calendars and I think they have a good look and feel, so I MIGHT add one to my website. I just have some questions before I do. Can I set up the calendar to populate from a MYSQL datasource using PHP on my page? Does the calendar have to use an iframe? Can I force the calendar to use my St...

Unable to save an event which lasts overnight with Google Calendar API & C#

I'm using .net and C# to update the google calender from within an application. Everything works perfectly except that an event, whichs spans overnight will not be saved. For example taking an event which lasts from 4.8.2010 09am to 4.8.2010 11am is updated and saved correctly. But using an event which lasts from 4.8.2010 11pm to 5.8.201...

How we can integrate PHP in Google Calender API without Zend

Hey friends How we can integrate PHP in Google Calender API without Zend?while i google it i am only getting Code based on Zend Framework. I CANT ADD A ZEND FRAMEWORK BASED PHP PROJECT AS MY CLIENT IS NOT WILLING TO DO THAT ...

What is wrong with my recurrence data string?

Hey guys! I'm trying to create recurrence rule to export my timetable to Google Calendar, but I'm doing something wrong. The string is the following: 'DTSTART;TZID=Europe/London:20100822T080000\r\nRRULE:FREQ=WEEKLY;COUNT=5;BYDAY=Mo,Tu,We,Th,Fr;UNTIL=20100827T164500Z\r\nDTEND;TZID=Europe/London:20100822T180000\r\n' It is working fine i...

How can I find out which Google calendar owns an event (CalendarEventEntry)?

If I have an instance of a CalendarEventEntry, how can I find out which CalendarEntry (or calendar) owns it? Excerpt from Google's Calendar API samples: CalendarEventFeed resultFeed = service.getFeed(eventFeedUrl, CalendarEventFeed.class); System.out.println("All events on your calendar:"); System.out.println(); fo...

Why isn't gd:visibility present in Google Calendar?

According to the docs, gd:visibility should be a property on Google Calendar feeds? When I'm in Google Calendar and go to settings for a specific calendar, I copy the XML address, i.e: http://www.google.com/calendar/feeds/myemail%40domain.com/public/basic and change it to: http://www.google.com/calendar/feeds/myemail%40domain.com/publ...

XML Returned Content is not allowed in prolog - Google Calendar

Hello, I have problems to submit a batch request with multiple operation in google calendar, Steps to reproduce issue: XML to send: Delete Event nome evento 2 http://www.google.com/calendar/feeds/default/events/1uh65miv6ovviv7ttl0r8v6l58 Insert EventEvento da aplicacao Evento da aplicacao teste Desc Then I s...

Unable to see programmatically entered events in Google Calendar.

I've written a entry form for our company employees to enter marketing courses into the DB and at the same time add them to a Google Calendar. The Calendar is accepting the events, but the coloration of the event is different from a "manually" entered event using Google's interface. This leads me to believe that there is some property ...

How do I include a single Google Calendar event as an iframe (or similar)?

We're using Google Calendar in our company, and I'd like display single events (with attendees etc) on pages in our intranet. Is it possible to fetch a nicely formatted event and place it inline on our site somehow? I've tried putting the direct link to an event on Google Calendar in an iframe, but this just redirects the whole page to...

Connecting Java with Google Calendar

Hey guys, I'm relatively new to Java, so I have little to no idea where to even start with this one. I'm writing a scheduling application using Java and google calendars. On my google account I have a bunch of calendars with people's schedules on them. I need to access these calendars through java and insert the person's free / busy i...

Syncing events with Google Calendar

I'm writing a service that needs an up-to-date information on a user's calendar. However, I have yet to find a way other than regular polling to receive updates from GCal. Is it possible to set up some kind of push notification or an event list diff transmission? ...

Is it possible send emails to joomla users from google calendar events

I have a google calendar and i have used Gcalndar extension to view events on my website. Is it possible somehow that i can send the all joomla users an email about new events from google calendar ...

best strategy for timing out a transaction/session?

I'm working on a web application that automates a reservation process using the Google Calendar API and PHP. When the user first selects a date, my script creates a "tentative" event on the Calendar to prevent other users from trying to select the same date. However, to avoid the proliferation of tentative dates created by users that don...

DotNetOpenAuth with Google Calendar Feed

I have been racking my brain for a few days trying to get a list of calendars from Google using DotNetOpenAuth. I can successfully get a list of contacts using the DotNetOpenAuth Samples. I have integrated it with my domain using the OpenId+OAuth. Everything works great to get a list of contacts. So from there I modified the code to ...

Is there a way to distribute Google Calendar gadgets?

I needed a gadget for Google Calendar so I wrote it; I'd like to offer it to the public for free. However, after going around in circles through Google help on publishing gadgets, it seems that iGoogle directory is only for iGoogle gadgets. Although my gadget works on iGoogle by redirecting user to Google Calendar, iGoogle users don't r...

Google Calendar EventId issues (PHP Api)

Hello All, I've been working with the PHP api for google Calendar, and have been getting quite frustrated. I downloaded the zend package with all the libraries from google's page, and have been working off the provided code to make sure it can meet my requirements. The issue I'm running into involves getting an event back from the sys...

Getting data from google calendar in php

I have about 100 events in one year on my google calendar. I also have users registered on my webiste. I want that every day my system checks for upcoming events and send mail to useers for events happenning tomorrow. I am thinking of setting up cron job that runs every day. But how can i get the events from Google Calendar using php ...