Questions tagged [google-calendar-reminders]

9 questions
3
votes
0 answers

How do i get raw ics (google calendar) file from Google Calendar API

Here is my example code: String eventId = "XXX"; String calendarId = "YYY"; outputStream = new FileOutputStream("C:\\Users\\AAA\\Documents\\notepads\\output-text.ics"); calendarService.events().get(calendarId,…
1
vote
1 answer

How to disable rsvp response from a created .ics file

I'm working with ICS files sending by email to our customers. I'd like to disable the RSVP response to attendees (our customers). Does someone know how to disable it?
1
vote
1 answer

Regarding GC Reminder Notifications Not Working

I have integrated my PHP application with Google Calendar using my service account. The event creation through my application is working successfully. I am trying to override the events reminder settings through the override method as follows. …
1
vote
2 answers

Google Calendar API with Service User - Reminder overrides are not set

Problem: When using the service user auth and inserting / updating a calendar event, the reminders are not overridden The event is inserted / updated correct APART from the reminders are always at the default (email > 10m, popup >…
1
vote
1 answer

Google Calendar Insert Event API - Reminders do NOT appear as the code was executed

I am adding an event using Google Calendar Java API (version v3-rev305-1.23.0). Event addition goes successfully but the problem I am facing is the reminders that appear in the event. My code structure is same as available in Java example on this -…
Ketan
  • 738
  • 2
  • 9
  • 20
1
vote
0 answers

Unable to Retrieve Reminder Details from Device Calendar

I am able to retrieve all the events from the device calendar from the below code, @SuppressLint("MissingPermission") private fun getAccountCalendarEvents(selectedEmail: String) { var count = 0 val projectionArray = …
Manu
  • 4,730
  • 2
  • 20
  • 45
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
0 answers

Google Script - Create calendar and share back to me

My goal is to create a script which users can run from within a shared Sheets file. This script is meant to create a calendar for each user and share it back to me, so I can later push events using this new calendar ID. If possible, I'd like to also…
0
votes
1 answer

How to find out if VAlarm changed for an Event in CalDav?

While playing with Google Calendar and CalDav i realized that if for a given event you modify a notification (Alarm), the event's ETag won't change. Now, comparing ETags is essential to find out when a given event changes (in CalDav). The request…
deczaloth
  • 7,094
  • 4
  • 24
  • 59