simonbengtsson / eventcal

Filter to only include attending and maybe facebook events in ical and google calendar
http://eventcal.flown.io
MIT License
211 stars 8 forks source link

Choose filtered events #4

Closed paddel102 closed 8 years ago

paddel102 commented 8 years ago

Would be nice to be able to choose which events should be filtered e.g. events I'm just 'interested'

simonbengtsson commented 8 years ago

You mean that you want a calendar with only the events you are interested in (and not ones you have marked as attending)?

paddel102 commented 8 years ago

No the other way around. Only events are shown where I am "going" but not where I am just "interested". Most perfect would be a nice GUI with checkboxes which events to export of course :D

simonbengtsson commented 8 years ago

Ah! Makes more sense, will see what I can do!

paddel102 commented 8 years ago

Perfect! I'm keeping track! Thanks a lot for your work!

simonbengtsson commented 8 years ago

Added preliminary support now. GUI will come at another time however. If you want only events you have marked that you are attending you can add the following to your calendar url: &status=accepted.

The full url should then look something like this: webcal://eventcal.flown.io/?calendar=webcal%3A%2F%2Fwww.facebook.com%2Fical%2Fu.php%3Fuid%3D1635641053%26key%3DAQDysB2kPhja14uh&status=accepted

If you don't add anything to the url it is basically the same as &status=accepted,tentative. If you don't want the service to filter at all for some reason you can add all types which would look like this &status=accepted,tentative,needs-action.

tentative is for events marked as maybe or interested in accepted is for events marked as going to needs-action is for events not responded to

paddel102 commented 8 years ago

Nice!

shirazd commented 8 years ago

This is awesome. Thanks!!!

stas-slu commented 8 years ago

Looks cool, can't wait :)