derekantrican / GAS-ICS-Sync

A Google Apps Script for syncing ICS/ICAL files faster than the current Google Calendar speed
GNU General Public License v3.0
1.5k stars 192 forks source link

No attendees found #418

Closed passeee closed 6 months ago

passeee commented 6 months ago

The problem

I don't see any attendees in my events. I checked the code and event.hasProperty('attendee') is false Also icalEvent.attendees.count is undefined (but idk if .count is even possible) Edit: Also icalEvent.attendees.length is 0

The ICS url should include all details, even the attendees (at least outlook says that)

Version of GAS-ICS-Sync

5.8

Additional information & file uploads

No response

jonas0b1011001 commented 6 months ago

The ICS url should include all details, even the attendees (at least outlook says that)

Did you take a look at the ics to confirm that they are actually included?

passeee commented 6 months ago

The ICS url should include all details, even the attendees (at least outlook says that)

Did you take a look at the ics to confirm that they are actually included?

How could i read details out of the ics?

jonas0b1011001 commented 6 months ago

Download the file and open it in any text editor.

You will see blocks of

BEGIN:VEVENT
...
END:VEVENT

defining each event.

passeee commented 6 months ago

Oh didnt know that, sorry.

Youre right, there are no attendees there. Could you maybe tell me why there arent any, even when i selected "share all details"?

jonas0b1011001 commented 6 months ago

I don't know if this is possible in Outlook, sorry. A quick google search did not yield an answer.

Gonna close this as 'not a script issue'.

passeee commented 6 months ago

Yeah also didnt find anything helpful. What I could at least find out is, when exporting one event as ICS file it includes the attendees, but not with the ics url. Very strange behavior, still thanks for your effort