I have setup fullcalendar to load a number of google calendar events but was wondering if there is any way to load the description or other data from the event other than the title and times?
Hi I have this ical (1.0 beta) I have this code IICalendarCollection iCal = iCalendar.LoadFromStream(fileStream);
I am working on simple application which creates google calendar (under it\'s own account). I want to share this calendar to other users, but I don\'t know how to identify them (scope user). I have au
I\'m trying to make an app that accesses a user\'s Google Calendar using OAuth. I have the code in place that gets all of the proper tokens and they are saved into some preferences. I used the tutoria
I have PHP times for the start and end times of an event.This is a simple <?php time(); ?> for some future date\'s start and end time.I was wondering if anyone knew of a way to take either the n
First things First here is a link to my web site: boba.dyndns-server.com/Test/index.html. After I click \"Submit Courses\", chnage the drop down from ignore to Specifie开发者_如何转开发d, and click g
I\'m trying to update events in a calendar using the google calendar API but I cant get it to work. Here is my update function.
I need to build a calendar function into an HTML site. I\'m looking for some way to grab a snippet of code off of something like a Google Calendar to 开发者_开发技巧put into a div on my website. The g
I need to integrate my rails 3 application with google calendar.The following are requirements of the application:
I have a Python-based program that adds events to a Google Calendar. To add events that repeat, I need to specify a recurrent_data string that conforms to the RFC 2445 standard. An example is below, f