Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by kovi123

  1. K

    Python Want to find expiry date of iCalendar Recurrence Rule

    Planning to use python-dateutil library, found a good article on this.
  2. K

    Python Want to find expiry date of iCalendar Recurrence Rule

    I am writing a Python script. My job is to find the last occurrence time from a recurrence rule. iCalendar recurrence rule is input for my Python function. I just need to parse it, find the expiry time of the event & store it in MongoDB. Is there any Python library available which I can use...
Back
Top Bottom