Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on years with FB birthday calendar #97

Closed
FurNocte opened this issue Mar 6, 2016 · 11 comments
Closed

Error on years with FB birthday calendar #97

FurNocte opened this issue Mar 6, 2016 · 11 comments

Comments

@FurNocte
Copy link

FurNocte commented Mar 6, 2016

I've tried to use my personal FaceBook account to get birthday calendar, and it work. Only dates are too late off one year (as you can see on the three last lines).
capture du 2016-03-06 18 32 02

@monsieurpouet
Copy link

Perhaps, you can reduce size of the calendar div no ?

@SVendittelli
Copy link
Contributor

I am experiencing the same issue, has anyone found a solution?

@monsieurpouet I'm not sure what you mean by that, can you elaborate?

@MichMich
Copy link
Collaborator

Please let me know if I can close this issue.

@delize
Copy link

delize commented Mar 31, 2016

@FurNocte / @SVendittelli

I am more interested in to how you got them to appear.

I can't seem to get webcal:// to work, importing the webcal link into my gmail to use Google's ical link doesn't work, etc.

Could you describe how you did that?

At that point, if I experience the same problem, I will let you know.

@SVendittelli
Copy link
Contributor

@delize You can just replace webcal:// with http://. So in the config for calendar urls you might have:

{
symbol: 'birthday-cake',
url: 'http://www.facebook.com/ical/b.php?uid=1234567890&key=ABCDEFGHIJKLM_XY',
},

I think it is because facebook only gives a start date and duration in the iCal but I'm not sure. Example birthday event:

BEGIN:VEVENT
DTSTART:20160404
SUMMARY:Some Person's birthday
RRULE:FREQ=YEARLY
DURATION:P1D
UID:b123456789@facebook.com
END:VEVENT

@MichMich
Copy link
Collaborator

This should be fixed in V2. (I just finished the calendar module.)

@MichMich MichMich closed this as completed Apr 1, 2016
@SVendittelli
Copy link
Contributor

I believe the update (46312cb) fixing recurring events broke the Facebook birthdays again, but I can't work out why.

@MichMich
Copy link
Collaborator

MichMich commented Apr 4, 2016

I'll look into it tomorrow. While we are on the subject of Facebook events. Does somebody know how to convert an events page of a Facebook brandpage to an iCal Calendar? For example this page: https://www.facebook.com/DashBerlinOfficial1/events

@SVendittelli
Copy link
Contributor

Yes, select one of the events on the page and click going. There should be the option to export the event.
chrome_2016-04-04_18-46-24
Then the ical link should be there!
chrome_2016-04-04_18-47-45

@MichMich MichMich reopened this Apr 5, 2016
MichMich added a commit that referenced this issue Apr 5, 2016
@MichMich
Copy link
Collaborator

MichMich commented Apr 5, 2016

Should be fixed again, now. If not, please reopen this issue.

@MichMich MichMich closed this as completed Apr 5, 2016
@MichMich
Copy link
Collaborator

MichMich commented Apr 5, 2016

For anyone looking for a nice solution: If you want a complete feed of all events of a specific fan page, check out https://www.wallflux.com/#other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants