Questions tagged [gcal]

gCal is Google Calendar - A free online calendar web application by Google.

Google Calendar is a free time-management web application offered by Google. It became available on April 13, 2006, and exited the beta stage in July 2009. Users are required to have a Google Account in order to use the software.

this tag should point to /tags/google-calendar/ it is merely a nickname for it.

55 questions
1
vote
1 answer

How do I mass delete events on google calendar based on keyword?

So I am at school, and I synced my school's schedule-software to my google calendar, which creates an individual event for every lesson. Since there is a problem with the software our school uses, they put every lesson in there 3 times (all with…
Impaex
  • 106
  • 8
1
vote
1 answer

FullCalendar-Scheduler Google Calendars ResourceIDs Query

Reference: FullCalendar 3.9.0, FullCalendar-Scheduler 1.9.4 Can anyone confirm whether or not it is possible to group Google calendar events by resource? Adding a resourceId parameter to a calendar source as follows: var myCalSrc = { id: 1, …
ridgedale
  • 190
  • 1
  • 1
  • 14
1
vote
1 answer

Do .ics files support being mailed? Are iCal features like RSVP supported when mailing them?

I'm working on a JavaScript-based app that sets up events between 1 organizer and 1 or more attendees per event. As it's public facing, organizers and attendees can be using pretty much any (major) calendar and/or email service. I've determined that…
smerg
  • 1,506
  • 3
  • 10
  • 14
1
vote
2 answers

Call to a member function getDOM() on a non-object

I'm trying to create a PHP function that adds an event to a google Calendar. It appears to be building the object correctly but it throws a "Call to a member function getDOM() on a non-object in FeedEntryParent.php" error when trying to add the…
Krustal
  • 518
  • 1
  • 4
  • 12
1
vote
1 answer

In Full Calendar - Google Calendar events show GMT times to people who aren't logged into their Google Account

When you click on a google calendar event in fullcalendar it displays correctly in the pop-up IF the viewer is logged into their Google Account. But if they aren't logged into their Google Account it displays the time in GMT. I suppose Google stores…
jassie
  • 11
  • 3
1
vote
1 answer

google calendar API in iPhone app!

I just add gcal to my project according to this tutorial http://www.youtube.com/watch?v=it_9H0GxRNI but 12 errors is appeared: "_SecItemAdd", referenced from: -[GDataOAuthKeychain setPassword:forService:account:error:] in…
Rona
  • 21
  • 9
1
vote
2 answers

How to color code fullcalendar events based on description

We use one calendar for the entire company that show's who has the day off. HR would like to use Blue for anyone who is in the Software department, Red for the Electronics Department and Green for the Hardware Department for the events background…
1
vote
2 answers

what is the method to find startings and endings dates of an event with google-api-php-client

I'm trying to get data from an event using google-api-php-client. Particulary the starting and ending date of the event. I have tried foreach ($event->when as $when) { ... but nothing. Impossible to find the documentation of google-api-php-client…
Ced
  • 199
  • 3
  • 15
1
vote
1 answer

Fullcalendar display issue loading events and selectability

What I am trying to accomplish is to have use Fullcalendar to load in events from a Google calendar but only showing the days of that month and the days that do not have a scheduled event. These available days are then clicked on to bring up a…
NewbCake
  • 433
  • 2
  • 7
  • 22
1
vote
1 answer

Gcal api throwing error

I am using zendgdata library for google calendar. I am getting this error while using this function createQuickAddEvent(it add events to the the google calendar). Code of this function is: /** * Creates an event on the authenticated user's default…
Pankaj Khurana
  • 3,243
  • 10
  • 50
  • 79
1
vote
0 answers

A way to hide certain events in gCal from the month view?

Is there a feature or add-on that will allow events in gCal to be hidden from the month view? I have so many events each day on my calendar that it makes the month view virtually useless since the "key events" are always getting hidden with (+3,…
1
vote
1 answer

Parse private gcal JSON object with FullCalendar

I wonder how I can provide FullCalendar a private gcal JSON feed. I know it is possible to provide a public gcal url, so I would like to either hack the gcal.js to manipulate the JSON object instead of the url, or manually transform my JSON object…
vervas
  • 457
  • 4
  • 12
0
votes
2 answers

Php gcal class Not working

Iam using a php class to add event to google calender.But the class return an error when loading index.php page. This is the code in index.php page here iam calling class:
Kichu
  • 3,284
  • 15
  • 69
  • 135
0
votes
1 answer

How does FullCalendar interpret recurring events from a Google Calendar?

I'm using a custom back-end to store event information. Recurring event data are stored in iCal format in the database. Retrieving this and building a valid recurrence rule is easy. Interpreting those rules is obviously not as easy. The front-end is…
Trip
  • 2,018
  • 15
  • 27
0
votes
1 answer

Muting Email Notifications related to Attendee Responses in Google Calendar API

I added the feature of syncing google calendar with events of my application. But the issue was, the event organizer/creator was receiving emails from google whenever the event attendee responds to the google calendar event. I wanted to receive the…