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 191 forks source link

organizer synchronization and URL facebook event #302

Closed GabiPerieteanu closed 1 year ago

GabiPerieteanu commented 1 year ago

Hello,

I noticed that the Organizer and URL Facebook event is not synchronized. My facebook calendar also contains the organizer, in the google calendar the organizer does not appear. Any idea why it doesn't bring this field? https://www.facebook.com/events/ical/upcoming/?uid=100072261342209&key=b2iHGfdm5YTXDRF6 https://calendar.google.com/calendar/ical/l7vibtpas72dq2o002rdukrub4%40group.calendar.google.com/public/basic.ics

Thanks

jonas0b1011001 commented 1 year ago

URL Facebook event is not synchronized

This was fixed in v5.7, please update to the latest release from this repo.

Organizer is not synchronized

Google calendar does not show the organizer in the web UI. You could set var addOrganizerToTitle = true;.

GabiPerieteanu commented 1 year ago

And you can't put the organizer and facebook event url on a separate line? here why is it possible? (I don't have the organizer here :( ) https://calendar.google.com/calendar/ical/ba8r83n0b1s8gjhqiksk036rhrj4la3k%40import.calendar.google.com/public/basic.ics

you cannot create a function to bring the organizer in any of the calendars?

I added an external Facebook calendar image

Thanks

jonas0b1011001 commented 1 year ago

And you can't put the organizer and facebook event url on a separate line?

No because we can't change the way google is presenting the events. All we can do is add the info to the event title (as descibred in my first comment) or description.

you cannot create a function to bring the organizer in any of the calendars?

We can add them to the events but they will not show or export. You'd have to ask Google to change the way their calendar works.

GabiPerieteanu commented 1 year ago

Ok. Thank you a lot