Hi,
I need a list of all URLs where to find the .ics files of every user.
In the version I use it's:
- http://zimbra/service/home/<USERNAME>/calendar.ics
thx 4 help
Hi,
I need a list of all URLs where to find the .ics files of every user.
In the version I use it's:
- http://zimbra/service/home/<USERNAME>/calendar.ics
thx 4 help
Welcome to the forums. There's no need to post duplicates, your post was moderated because of the ant-spam system on these forums.
You've just given the url in your own post. If you want a list of users you'll need to list them with zmprov and then script the download of their .ics files (which, I assume, is what you're trying to do). You can check the format with 'zmprov help commands' or search the wiki for details.
Regards
Bill
I developt a extension for mediawiki, which allows to the actual status of zimbrausers.
for example:
<Icsread>USERNAME</Icsread>
If there is no shedule in the moment, the name will be shown normaly, if there is a shedule, the name will be shown as a link where you can se subject, organisator, attendees and so on....
Right now, my code makes this:
- get the name from the Icsread-Tag
- reading the ics file http://zimbra/service/home/<USERNAME>/calendar.ics
- reading every "event start" and "event end" and save the lines in an array (DATE 1: begin:X end:Y) something like that
- then comparing the start and the ende-date with the actual date
- if it fits return an link with the known values, if not, go on
- -> next ICS-file
Is there anyway to optimize the ics files? After thousands of shedules, the ics-File became very big and my extension very slow... or does anybody know a better algorithm for reading out actual shedules?
There are currently 1 users browsing this thread. (0 members and 1 guests)