Subscribable iCalendar feed of portfolio deadlines
text/calendar) feed containing every upcoming deadline for marks in a portfolio. Subscribe in Google Calendar, Outlook, Apple Calendar, or any iCal-compatible client to keep deadlines visible alongside the rest of your schedule.
Each deadline produces one VEVENT, with a VALARM for each reminder_days offset. Requires the portfolios:manage scope.
ptf_...).VALARM that many days before the deadline. Defaults to 90,30,7.text/calendar; charset=utf-8 body containing an iCalendar feed. The Content-Disposition header sets a filename based on the portfolio name.
portfolios:manage and serve the URL through a proxy if your client cannot send custom headers.| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid portfolio ID or reminder_days out of range |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks portfolios:manage |
| 404 | not_found | Portfolio does not exist or belongs to another org |