simonbengtsson / eventcal

Filter to only include attending and maybe facebook events in ical and google calendar

Home Page:http://eventcal.flown.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make calendar non read-only if possible

mnaoumov opened this issue · comments

Google Calendar allows to add an attachment to the events as links to Google Drive. That's very useful for concerts, where you can add the concert ticket into the Google Drive and attach it to the event

Currently your calendar is read-only so I cannot add attachments. To workaround the issue, I clone the event and add an attachment there. But I would prefer for this workaround to be avoided

Interesting use case! Unfortunately I can't come up with a way to do this without increasing the complexity of the service at least 10 fold as some kind of merge strategy would be needed between facebook events and Google Calendar. Currently the service just takes whatever events are on facebook and replaces the Google Calendar ones with them. Therefore I consider this out of scope unless someone can come up with a good solution.

@simonbengtsson I would suggest keeping it one-way synchronization for all fields except attachments, taking data from Facebook. So whenever event changes in Facebook, override the event field.
Since the Facebook event doesn't have any attachment data, you can safely ignore it when merging.

Have not found any way to do this with current architecture