Differences between revisions 1 and 2
Revision 1 as of 2012-10-23 10:29:41
Size: 5717
Editor: MarcAndreLemburg
Comment: wiki restore 2013-01-23
Revision 2 as of 2013-05-11 12:34:32
Size: 5672
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 4: Line 3:
Line 6: Line 4:
Line 14: Line 11:
Line 17: Line 13:
<<TableOfContents()>>
Line 19: Line 16:
Line 27: Line 23:

Line 30: Line 24:
Line 35: Line 28:
Line 37: Line 29:
Line 42: Line 33:
Line 45: Line 35:
Line 47: Line 36:
Line 55: Line 43:
Line 58: Line 45:
Line 60: Line 46:
Line 73: Line 58:
Line 75: Line 59:
Line 79: Line 62:
Line 82: Line 64:
Line 84: Line 65:
Line 89: Line 69:

Line 92: Line 70:
Line 97: Line 74:
Line 99: Line 75:
Line 103: Line 78:
Line 106: Line 80:

 .
Line 115: Line 87:

Line 119: Line 89:

* [[https://developers.google.com/google-apps/calendar/v2/reference|Google Calendar API v2 Atom Reference]]
  
. This describes the available RSS feed options available on the Google calendar feed links.
 * [[https://developers.google.com/google-apps/calendar/v2/reference|Google Calendar API v2 Atom Reference]]. This describes the available RSS feed options available on the Google calendar feed links.

Python Events Calendar

The Python events calendar is a group of Google calendars maintained by volunteers and published on the following sites:

If you would like to get new events listed on these calendars, please write to events@pycon.org mentioning the name of the event, the dates/times and a URL. For recurring events, please also include the recurrence information.

If you'd like to embed the calendar into your site, please ping us at the above address before doing so.

Available calendars

iCal Downloads

RSS Feeds

Administration

The following people currently have admin rights to the calendars:

  • Richard Jones
  • Mike Müller
  • Tarek Ziade
  • Tetsuya Morimoto
  • Marc-Andre Lemburg

Notes regarding calendar entries

Some notes regarding entries for the admins:

  • Please add the conference/event year to the title, if available. For user group meetings or other events that occur more often that's probably not necessary.
  • For conferences I use "All day" events, for user group events I add the start time and end time, if known.
  • Please include the location as "City, Country".
  • Please add a link to the event as description. I found that using HTML links works well, e.g. <a href="http://www.pycon.fr/2012/>PyCon FR 2012</a>

  • I've always used "Show me as: Available" for new entries. No idea whether that matters or not.
  • Please select "Privacy: Default" for new entries. This makes the entries public, since that's the default setting.

All calendar admins can invite more people as calendar admins. When doing so, please add the new admins to the above list and ping the team by writing to events@pycon.org (also to get their email address added to the events@ alias).

Guidelines for entries

In order to make the decision of whether to add an event and where to add it easier, we've setup a few guidelines:

General Requirements

  • Events have to have some focus on Python: The event should either target Python, a project written in Python, or showcase Python in some form.

    Examples are Python conferences, conferences which have a Python track or tutorial, conferences at which Python is presented in some form. The same goes for conferences which target a project written mostly in Python (e.g. Plone, Django, OpenStack, etc.) and for other events such as sprints.

Calendar Choice

  • Python Events Calendar: This calendar should only receive entries for conferences of at least around 100 attendees, which at least around a 3rd non-local attendees. Smaller events such as sprints may also be added to this calendar if they are scheduled as separate event and will have a significant impact.

    Examples: PyCon conferences, OSCON, Django conferences, Plone conference, Need-for-speed sprints, Python BarCamps/Unconferences/etc.

  • Python User Group Calendar: This calendar is meant for user group activities which are open to Python people from outside the group (new prospective members and visitors from out of town). It is not meant for user group internal events. Examples: monthly local user group meetings, project sprints that are open for non-group members

Calendar embedding code

This iframe code is used on pycon.org to display the calendar:

  • <iframe src="https://www.google.com/calendar/embed?showTitle=0&amp;showCalendars=0&amp;height=400&amp;wkst=2&amp;bgcolor=%23FFFFFF&amp;src=j7gov1cmnqr9tvg14k621j7t5c%40group.calendar.google.com&amp;color=%23125A12&amp;src=3haig2m9msslkpf2tn1h56nn9g%40group.calendar.google.com&amp;color=%232F6309&amp;ctz=Europe%2FLondon" style=" border-width:0 " width="800" height="450" frameborder="0" scrolling="no">
      <a href="https://www.google.com/calendar/ical/j7gov1cmnqr9tvg14k621j7t5c%40group.calendar.google.com/public/basic.ics">Python Events iCal Calendar</a><br/>
      <a href="https://www.google.com/calendar/ical/3haig2m9msslkpf2tn1h56nn9g%40group.calendar.google.com/public/basic.ics">Python User Group iCal Calendar</a>
    </iframe>

Resources

PythonEventsCalendar (last edited 2023-11-29 13:59:23 by MarcAndreLemburg)

Unable to edit the page? See the FrontPage for instructions.