top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to access Apples iCal-Server via Python?

+2 votes
330 views

I'm trying to access Apples iCal-Server on a Mac OS X Snow Leopard Server via Python. The server is up and running and working with it via the iCal-Application is just fine. Now I need to access this server via Python to use it as backend for resource planning.

So how can I read the events within a time range from a user's calendar using python?

posted May 23, 2015 by Amit Kumar Pandey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

I've never done that, but a bit of Googling yields:

https://pythonhosted.org/caldav/index.html

which seems to be what you need. Over at:

http://en.wikipedia.org/wiki/Calendar_and_Contacts_Server

it says that the server is written in Python so any problems should be fairly easy to debug.

Is that what you were looking for?

answer May 24, 2015 by anonymous
Similar Questions
+1 vote

How to declare single parameter which accept multiple values.

+1 vote

How to use default values for parameter in function. What will happens when value is not passed for a default parameters.

0 votes

I am facing situation to use external parameter name to a function parameter name .. How to achieve this

0 votes

Is it possible to set multiple return type for function in SWIFT. If yes please provide me syntax .

0 votes

How to set return type for function in SWIFT.

...