I'd like to be able to export 'away' information from our internal calendar app (google calendar, in this case) to phabricator's calendar app.
I have a way of scraping our google calendar events and figuring out when people will be out of the office. My dream is to use a phabricator bot to populate the phabricator calendar with this info.
There are two show-stopping problems with this approach:
- There's no conduit API for calendar. There is the deprecated user.addstatus, which may or may not still work.
- If there were a conduit API for calendar, I'm guessing -- based on user.addstatus -- that it would only apply to the "active user". This would not work for my needs, since I want the bot to be able to set 'away' for other users.
I'm not wedded to this bot approach, but would be happy if there were some way to do this!