namecoin / namecoin.info

https://namecoin.info -- Don't submit pull requests here, send them to https://github.com/namecoin/namecoin.org
Other
7 stars 17 forks source link

Meeting Times #88

Open indolering opened 9 years ago

indolering commented 9 years ago

We need to publish meeting times on the website. As meetings are on the first and third Saturday of every month at 5PM UTC, it requires two different Google calendar events:

JeremyRand commented 9 years ago

You're forgetting that a large part of our userbase doesn't want Google tracking them. It should be possible to export an iCal file with the relevant events and host it entirely on our website.

indolering commented 9 years ago

You're forgetting that a large part of our userbase doesn't want Google tracking them. It should be possible to export an iCal file with the relevant events and host it entirely on our website.

Agreed. If someone can create a single iCal file that can handle the 1st/3rd logic....

JeremyRand commented 9 years ago

My iCal skills are nonexistent; can we just put the meeting times themselves (in text) on the website for now, and worry about calendar client support later?

josephbisch commented 9 years ago

Is something like this what you mean by iCal file? It successfully imports into Google Calendar for me. Let me know if you would rather that I upload the file itself somewhere instead of pasting the contents here.

BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20150207T170000Z
DTEND:20150207T200000Z
RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=1SA,3SA
DESCRIPTION:
LOCATION:#namecoin-dev on freenode
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Namecoin dev meetings on irc in #namecoin-dev on freenode.
TRANSP:TRANSPARENT
END:VEVENT
END:VCALENDAR

I allocated three hours for the meeting based on my past experience. You might want to change the summary to make it less verbose, because it shows up as the title of the event in Google Calendar. I don't know exactly what all the fields do, because I put this together from various Google searches, but this appears to work.

indolering commented 9 years ago

@josephbisch that looks great to me!

JeremyRand commented 9 years ago

Thanks @josephbisch ! Can we upload that file to namecoin.org via GitHub?

josephbisch commented 9 years ago

I don't know if you are asking me for permission to upload the file, or if you are asking someone if it is technically possible to do so, but you have my permission.

JeremyRand commented 9 years ago

I was mainly asking for someone to upload it. I figured it was fine with you. :-)