Questions tagged [google-calendar-recurring-events]

34 questions
1
vote
0 answers

Google Calendar recurrence IF LAST DAY OF MONTH NOT A WORKING DAY THEN FIRST WORKING DAY OF NEXT MONTH

Is it possible to create an event (lets call it TEST) that will recur on the last day of the month but if the last day is NOT a working day (if it is a Saturday or Sunday) then it will recur on the first working day of the next month? For example…
1
vote
1 answer

Android - How can i create recurring event with "until" date in rrule?

I can add recurring event in google calendar wihtout "until" date in rrule, if i set the "until" date in rrule it doesn't created event at google calendar. How to solve it?? My ContentValue is "description=Test title=Monthly Event allDay=0…
1
vote
1 answer

How do I get access User's Google Calendar in my Ruby API when using it with React as a Frontend?

So, I am creating an app where I am using React as a Frontend and Rails as a Backend with Postgres database. I am using Google Oauth to authenticate users and also to get the access token so that I can make use of that access token to get User's…
1
vote
0 answers

How to parse Google Calendar Recurrence Rules?

I am building an application to migrate from Google Apps Calendar to Outlook Web app Calendar. I can retrieve Calendar events from Google Apps using Google Calendar Api v3 except the Recurring events. I am getting the recurrence field as strings…
1
vote
0 answers

Google Calendar API V3: Recurring Event Edits

I have an application I'm writing where I use Google Calendar Api (via PHP) to do some administration to my business Google Calendar events. Everything seems to work well on singular events (events that do not reoccur). However, when I go in and…
mmundiff
  • 3,875
  • 7
  • 32
  • 46
0
votes
1 answer

Invite 100+ guests to Google Calendar event

I need to invite 250 emails to a Google Calendar event. I was able to add the first 100 without any hassle. But any invite after that would give me an error, "Oops, we couldn't update this event. Please try again in a few minutes". After hours of…
0
votes
1 answer

Google calendar api: recurring events exceptions + master event update

I have an app with the following scenario: user creates a recurring event in google calendar in my app (via google calendar API v3) they change time of one of the instances (which creates exception instance - 'exception' in a good way) now they…
vir us
  • 9,920
  • 6
  • 57
  • 66
0
votes
1 answer

Recurrence event Google Calendar Request Failed

I am working on Google Calendar Service and I have problem with "Recurrence Event". Here is my code: And in catch I got a error message: "Request failed". I don know why because in Interface "ICalendarEvent" I have recurrence. Here is the par of…
0
votes
1 answer

Google Calendar API Freebusy: query does not retun events separatly

In my google calendar I have events back to back: event1 9 a.m - 11 a.m event2 11 a.m - 13 p.m event3 13 p.m - 15 p.m When I query Freebusy api it retruns one event: 9 a.m - 15 a.m rather than separate events, Why ? Client post…
0
votes
1 answer

How can i specify the guest status so it will put the names in the right cell?

I am very new to this kind of programming. To start the code i followed some tutorials and searched for info on this website. I want to build a system that lets me automaticcly retrive info from my google calendar. the info i want from my calendar…
0
votes
1 answer

Google Calendar - Event Date, not first instance date

I'm creating an online agenda that pulls events from a google calendar, and it is currently pulling the start date of only the first instance of a repeating event. Is there anything I can do with the api and javascript to show the actual date of…
0
votes
1 answer

Event recurrence number as variable in event description Google App Script Calendar

I have the following code that creates an appointment that recurs 6 times. This is working nicely, however, it would be great if I could access the number of the recurrence in a variable and print that in the title as "appointment 1", "appointment…
0
votes
1 answer

How to auto transfer Google Calendar events id into spreadsheets?

I'm trying to create "event creator" with spreadsheets and I can't figure out something. Ok, I created some events (like 5 or 6) with sheets, but my problem is when I want to update some information on one of the events and export them - they…
0
votes
1 answer

Selecting the day for a recurring event in CalendarApp on a spreadsheet

I want to have google sheets create a recurring event on google calendar. Is there a way to make this section of code dependent on variables from a spreadsheet? I would like to be able to select the days of the week on my spreadsheet instead of…
0
votes
0 answers

How can I create advanced recurring event rules in Google Calendar?

I've recently taken over some accounting responsibilities at my workplace. Office payroll is due on the 10th and 25th of each month, but in order for the money to arrive on time, it must be processed at the very latest by 5:00 PM two business days…
Matthew
  • 59
  • 6