|
Calendar
|
calendar_event | Get event details |
search | Search for events in calendar |
services/calendar/calendar_event ¶
|
||||||
https://usosapi.awf.krakow.pl/services/calendar/calendar_event | ||||||
This is a BETA method. We're looking for beta-testers. Until we find them, there's a substantial probability it won't stay backwards-compatible! If you are planning on using this method, please let us know. Then, we will work with you and move it out of beta as soon as we can. Get event details | ||||||
id | required | Event id | ||||
fields | optional |
Default value: id|name|start_date|end_date|type|is_day_off Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
Returned value: A dictionary of selected fields and their values. Available fields:
|
services/calendar/search ¶
|
||||||
https://usosapi.awf.krakow.pl/services/calendar/search | ||||||
This is a BETA method. We're looking for beta-testers. Until we find them, there's a substantial probability it won't stay backwards-compatible! If you are planning on using this method, please let us know. Then, we will work with you and move it out of beta as soon as we can.
Get all events for selected faculty and date range not longer than month
| ||||||
faculty_id | required | ID of faculty that calendar should be returnes | ||||
start_date | required | Events that ends after selected date will be returned | ||||
end_date | required | Events that starts before selected date will be returned.Note that maximal allowed period is one month | ||||
fields | optional |
Default value: id|name|start_date|end_date|type|is_day_off Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section of calendar_event method. |
||||
format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
Returned value: List of calendar events objects | ||||||
Thrown errors:
|