home.social

#rfc5545 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rfc5545, aggregated by home.social.

  1. A major #update to #icalendar for #Python has been released!

    Read about new features, ease of use and improved #compatibility in our announcement: github.com/collective/icalenda

    We thank @nlnet for their #funding to make so much work possible!

    #PythonIcalendar #rfc5545 #rfc7265

  2. A major #update to #icalendar for #Python has been released!

    Read about new features, ease of use and improved #compatibility in our announcement: github.com/collective/icalenda

    We thank @nlnet for their #funding to make so much work possible!

    #PythonIcalendar #rfc5545 #rfc7265

  3. A major #update to #icalendar for #Python has been released!

    Read about new features, ease of use and improved #compatibility in our announcement: github.com/collective/icalenda

    We thank @nlnet for their #funding to make so much work possible!

    #PythonIcalendar #rfc5545 #rfc7265

  4. A major #update to #icalendar for #Python has been released!

    Read about new features, ease of use and improved #compatibility in our announcement: github.com/collective/icalenda

    We thank @nlnet for their #funding to make so much work possible!

    #PythonIcalendar #rfc5545 #rfc7265

  5. A major #update to #icalendar for #Python has been released!

    Read about new features, ease of use and improved #compatibility in our announcement: github.com/collective/icalenda

    We thank @nlnet for their #funding to make so much work possible!

    #PythonIcalendar #rfc5545 #rfc7265

  6. #HappyNewYear to all #rfc5545 lovers! 📆

    BEGIN:VCALENDAR
    VERSION:2.0
    PRODID:-//collective//icalendar//7.0.0a4.dev129//EN
    BEGIN:VEVENT
    SUMMARY:Happy New Year!
    DTSTART;VALUE=DATE:20260101
    DTSTAMP:20251231T164025Z
    UID:a4e46e31-ac8a-4ab5-b76f-7c81d0a9bbbc
    COLOR:#ffffff
    END:VEVENT
    END:VCALENDAR

    Also with a snowy #rfc7986 COLOR!

    Python Code: github.com/collective/icalenda

    #icalendar #ics #ical #calendar #standard

  7. We integrated support for 👫#relationships between 📅 #calendar components into 🐍 #Python's #icalendar #package - 📑 #rfc9253.

    Are you using this #standard functionality? Please help us with a #documentation #example! We would love to hear your feedback, too.

    📖 icalendar.readthedocs.io/en/la
    Since release: v7.0.0a2.

    #rfc5545

  8. Do you use #JSON and #calendars?
    🐍 #Python's 📆 #icalendar package can read and write #jCal files now:

    📖 icalendar.readthedocs.io/en/la

    If you are using #jCal already, please give us a review and examples for the current alpha release v7.0.0a2.

    #rfc5545 #rfc7265 #ics #calendar

  9. Create an #icalendar event and share it?
    This video explains what is required to create a valid event that can be imported into a #calendar application like #thunderbird.

    youtu.be/Tr2MSHE-USA

    #ics #Python #rfc5545

  10. What is #icalendar and inside #ics files? This is a start a video series on #icalendar and how to use it in the #Python programming language.

    youtu.be/xjVVnR1olC4

    #rfc5545

  11. Somebody here with some experience in #RFC5545? I would love to use the #EXRULE feature for recurring exceptions, but it was deprecated. How can I replace it without determining specific actual dates?

    #iCalendar #IETF #iCal :BoostOK:

  12. I got the shirt from #tidelift for raising the security of several software packages for #Python and #icalendar. This, #rfc5545 is used in so many places to exchange calendar events freely.

    You can directly support my work, too: open-web-calendar.quelltext.eu

    #OpenWebCalendar #RecurringIcalEvents
    #XWRTimezone

  13. Thanks to @nlnet and their funding, the #Python libraries #icalendar and recurring-ical-events support calculating #alarm times in #ics files. ❤️ 🐍

    Now, you can create Python scripts that react to you setting an alarm ⏰ in your favourite calendar app! 📆

    github.com/niccokunzmann/pytho

    nlnet.nl/project/OpenWebCalend

    #rfc5545 #rfc9074 #RecurringIcalEvents #foss #funding #automation

  14. Fund my improvement proposal for #icalendar in #Python: gofund.me/b30287a9

    It should be easy to create valid .ics files with the icalendar library!
    Also, this would fix the #ics #export of #google calendar.

    Let's get this done and make it sustainable!

    #icalendar #software #sustainability #rfc5545 #vtimezone

  15. We have released a new version of #RecurringIcalEvents - event times calculation for #icalendar in #Python. This release includes the rare case of rescheduling all future events as well as being able to edit the content of all future events. In the specification it is RANGE=THISANDFUTURE.

    A new release of the #OpenWebCalendar will support this. If you would like to help us, if you have #LotusNotes installed, look here: github.com/niccokunzmann/pytho

    #rfc5545 #scheduling #foss

  16. Изнанка электронных календарей: как работает спецификация iCalendar и как создавать .ics-файлы

    Привет, Хабр! Меня зовут Денис Басковский. Я фронтенд-разработчик в билетном сервисе Ticketland.ru. В одном из пет-проектов мне понадобилось управлять календарными событиями: ставить время начала и окончания, добавлять комментарии и посылать оповещения. Обычно такая информация хранится и передается в .ics-файлах, описанных в спецификации iCalendar. Благодаря им сейчас синхронизируются все современные календарные приложения. В этой статье я расскажу об особенностях этой спецификации, приведу примеры использования .ics-файлов и поделюсь своей библиотекой на TypeScript для их генерации. Все подробности — под катом.

    habr.com/ru/companies/ru_mts/a

    #icalendar #ical #календарь #RFC5545 #Синхронизация_календарей #стандарты_IETF

  17. What is in .ics files? These calendar files can now be inspected with a new command line tool: ics-query

    pypi.org/project/ics-query/

    Due to the power of #OpenSource, this tool was easy to create and has a high quality and compatibility from the start. The calculation module python-recurring-ical-events is more than five years old and has seen many improvements and contributions since.

    #icalendar #rfc5545 #ics #ical #calendar #command #bash #shell #OpenWebCalendar #foss #gpl #icsquery

  18. The #icalendar package has released a major update to Version 6 after a long time.

    Announcement: github.com/collective/icalenda

    Gratitudes go to @nlnet for the funding. Thanks to @plone for the #sprint.

    #ics #ical #rfc5545 #rfc7529 #OpenWebCalendar

  19. Working on the #OpenWebCalendar project is spanning different challenges: How to host a free service? How to notify people about the move to self-hosting now that #Heroku shut down free hosting if you do not collect their data? How to ask for contribution while preserving software #freedom.

    The project merges different #ICS calendars into a customizable viewer for websites.

    open-web-calendar.hosted.quell

    #rfc5545

    I am learning and had my first donation. The vision of freedom for all does touch.